microsoft / WSL-DistroLauncher

Sample/reference launcher app for WSL distro Microsoft Store packages.
MIT License
1.67k stars 515 forks source link

build.bat not generating appx #45

Open bryteise opened 6 years ago

bryteise commented 6 years ago

I'm very likely doing something wrong but I'm doing the build with msbuild via the build.bat script and where the instructions expect there to be a DistroLauncher-Appx_1.0.0.0_x64.appx type file I am not seeing one.

The build did not run into any errors and I do have a distname.exe file that was generated but without the appx I'm not sure what to do next.

bryteise commented 6 years ago

Ah so the location for the appx was actually not in the documented location of: WSL-DistroLauncher\x64\Release\DistroLauncher-Appx but instead under WSL-DistroLauncher\AppPackages\DistroLauncher-Appx. Sorry for the noise though should the location be updated or did my build put it in an odd spot?

CompSciDude1 commented 2 years ago

I ran the build.bat, but I did not get an .appx file. I got an .msix file. Is that intended?