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

Support for Windows arm64 versions #188

Open
SuavePirate opened this issue Jun 5, 2024 · 0 comments
Open

Support for Windows arm64 versions #188

SuavePirate opened this issue Jun 5, 2024 · 0 comments

Comments

@SuavePirate
Copy link

Similar to how OSX supports legacy x86 and new arm64 versions of apps, Windows has also released a new arm64 version of the platform. However, it does not seem like there is a way to separate these builds for download and updates within nuts like there is in osx.

For example, in OSX we can provide the architecture we need like:
https://my-update-server.com/update/osx_arm64/:version
https://my-update-server.com/update/osx_x86/:version

But when trying to do the same for win32 there is no arm64 support:
https://my-update-server.com/update/win_arm64/:version - nothing happens
https://my-update-server.com/update/win_x86/:version - works

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

No branches or pull requests

1 participant