WSL-DistroLauncher icon indicating copy to clipboard operation
WSL-DistroLauncher copied to clipboard

build succeeds but no appx is being created

Open lukka opened this issue 4 years ago • 2 comments

repro: clone the repro, open the solution, put install.tar.gz under WSL-DistroLauncher\x64 build the x64 configuration

expected: build succeeds and appx file is created

observed: build succeeds, but no appx file is being created, i searched for it, there are only directory with suffix appx:

PS D:\repos\WSL-DistroLauncher> gci -Recurse -Force -Include *appx -name
DistroLauncher-Appx
x64\Debug\DistroLauncher-Appx

lukka avatar May 26 '20 04:05 lukka

The Visual Studio solution is broken, use the build.bat

alex-fu27 avatar Oct 14 '20 12:10 alex-fu27

I don't know why, but building the solution with the build.bat file does not generate an .appx file, but rather .msix files and an .msixbundle. Try searching for .msix instead.

CompSciDude1 avatar Mar 15 '22 05:03 CompSciDude1