Skip to content

Github Pages Deploy Monitor v1.0.3-beta

Latest

Choose a tag to compare

@redbackspider77 redbackspider77 released this 15 Jun 04:28
· 6 commits to main since this release
1025b2e
  • 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 :)