Skip to content

Add ARM64 installer for Windows#1699

Merged
cameronwhite merged 4 commits into
masterfrom
feature/win-arm64
Sep 1, 2025
Merged

Add ARM64 installer for Windows#1699
cameronwhite merged 4 commits into
masterfrom
feature/win-arm64

Conversation

@cameronwhite

Copy link
Copy Markdown
Member
  • Switch to using the clang64 environment for x86_64 systems (previously we used the mingw64 environment). For ARM we need to use the clangarm64 environment, so this makes it easier to maintain the packaging scripts for both systems since the C++ runtime dlls, etc are consistent
  • Fix errors with loading icons in local development builds on Windows, noticed while testing this out

Fixes: #1378

@cameronwhite cameronwhite force-pushed the feature/win-arm64 branch 3 times, most recently from 623248e to 9df6f86 Compare August 31, 2025 23:27
Also switched the x64 build to use the clang environment to maximize compatibility between the two.
Also switched to using `x64os` for the x86_64 builds, since `x64` is deprecated in newer versions.
@cameronwhite cameronwhite merged commit c285ca6 into master Sep 1, 2025
13 checks passed
@cameronwhite cameronwhite deleted the feature/win-arm64 branch September 1, 2025 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows AARCH64 (ARM64) Support

1 participant