Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows ARM64 #690

Merged
merged 3 commits into from
Jun 29, 2024
Merged

Windows ARM64 #690

merged 3 commits into from
Jun 29, 2024

Conversation

jdpurcell
Copy link
Contributor

Closes #583. Won't build until jurplel/kimageformats-binaries#4 is merged.

Note that OpenSSL is not included in the ARM64 qView build. I don't know if ARM64 OpenSSL is stable, if there are any builds of it, or if Qt could find/use it, but it doesn't seem to matter because Qt's SChannel implementation works fine.

Since I was touching the installer scripts anyway, I converted them to UTF-8 with BOM (the scripts were Windows-1252 presumably due to using the non-Unicode version of Inno Setup in the past, but Inno Setup since 6.0 only has the Unicode version). I also changed the x86 and x64 architecture identifiers since they're deprecated (see the currently supported values).

Screenshot 2024-06-25 003624

* Change encoding to UTF-8 w/ BOM.
* Use x64compatible/x86compatible architectures.
@jdpurcell jdpurcell force-pushed the pr-winarm64 branch 2 times, most recently from a865616 to b364675 Compare June 29, 2024 15:15
@jurplel jurplel merged commit c277a97 into jurplel:master Jun 29, 2024
7 checks passed
@jdpurcell jdpurcell deleted the pr-winarm64 branch June 29, 2024 22:08
@jdpurcell jdpurcell restored the pr-winarm64 branch July 2, 2024 02:47
@jdpurcell jdpurcell deleted the pr-winarm64 branch July 2, 2024 02:53
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.

Support for ARM64 Windows
2 participants