Andrew

Results 21 comments of Andrew

I think I might know what's going wrong. If you still have them, could you please attach the MyDistro.appxmanifest and the DistroLauncher-Appx.vcxproj files.

You can test it by enabling WSL in the VM. If the VM is running on Hyper-V, you can use WSL2 by running this command in an elevated powershell window:...

There is a guide for packaging your distro [here](https://docs.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps#generate-an-app-package).

Why would you have to manually post the appxbundle. Couldn't you just edit the circleci script to push the appxbundle to github?

Can you try running the powershell script [here](https://github.com/microsoft/WSL/issues/5821#issuecomment-687663258)? This fixes the problem for me.

I was able to create a working Pengwin install.tar.gz by running create-targz.sh from pengwin-rootfs-build on Debian WSL. If you do this, you will need to edit the script so it...

I'm getting this error even with the special build

Huh that's strange. I don't know what causes the windows path to be appended but I'll take a look at other distros that do it and see if I can...

I'm trying to figure out what would be the best fix for this. I can't delete `/etc/profile.env` since it's recreated everytime `env-update` is run and that's called by the package...