Skip to content

Commit f760dab

Browse files
abandoned arm64 support
* 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
1 parent 36991ba commit f760dab

File tree

7 files changed

+10
-185
lines changed

7 files changed

+10
-185
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

ARM64 Github Pages Deploy Monitor/Github Pages Deploy Monitor.aip

Lines changed: 0 additions & 185 deletions
This file was deleted.

GitHubPagesDeployMonitor.sln

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,33 @@ Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
1313
Debug|ARM64 = Debug|ARM64
14+
Debug|x86 = Debug|x86
1415
Release|Any CPU = Release|Any CPU
1516
Release|ARM64 = Release|ARM64
17+
Release|x86 = Release|x86
1618
EndGlobalSection
1719
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1820
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1921
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
2022
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Debug|ARM64.ActiveCfg = Debug|ARM64
2123
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Debug|ARM64.Build.0 = Debug|ARM64
24+
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Debug|x86.ActiveCfg = Debug|Any CPU
25+
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Debug|x86.Build.0 = Debug|Any CPU
2226
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Release|Any CPU.ActiveCfg = Debug|ARM64
2327
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Release|Any CPU.Build.0 = Debug|ARM64
2428
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Release|ARM64.ActiveCfg = Release|Any CPU
2529
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Release|ARM64.Build.0 = Release|Any CPU
30+
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Release|x86.ActiveCfg = Release|Any CPU
31+
{02A76468-AEC0-417F-A54A-256C883BBAEA}.Release|x86.Build.0 = Release|Any CPU
2632
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Debug|Any CPU.ActiveCfg = Debug
2733
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Debug|ARM64.ActiveCfg = Debug
34+
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Debug|x86.ActiveCfg = Debug
35+
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Debug|x86.Build.0 = Debug
2836
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Release|Any CPU.ActiveCfg = Release
2937
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Release|ARM64.ActiveCfg = Release
3038
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Release|ARM64.Build.0 = Release
39+
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Release|x86.ActiveCfg = Release
40+
{51977EC0-6491-4248-D900-1ADA4F20F68D}.Release|x86.Build.0 = Release
3141
EndGlobalSection
3242
GlobalSection(SolutionProperties) = preSolution
3343
HideSolutionNode = FALSE
-1.78 MB
Binary file not shown.

0 commit comments

Comments
 (0)