·
6 commits
to main
since this release
- removed ARM64 installer as it is broken and will not be fixed until a plausible solution is found other than:
- vs installer projects extension - doesn't support building arm64 installer on my x64 pc
- inno setup - too complicated
- advanced installer - doesn't support building arm64 installer on free plan
- wix toolset - too complicated
- msix packaging tool - cannot build arm64 installer on x64 pc as it captures all necessary source files needed to run the app by literally recording me running it, and I can't run arm64 executables
- single-project msix packaging tool vs extension - broken
- I am open for better solutions :)