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

Any command to build an arm version App Bundle? #1564

Closed
Williamclouf opened this issue Aug 20, 2023 · 1 comment
Closed

Any command to build an arm version App Bundle? #1564

Williamclouf opened this issue Aug 20, 2023 · 1 comment

Comments

@Williamclouf
Copy link

found this command yarn gulp standalone.standalone-steam.package.darwin64 to build a standalone App Bundle, but still x86_64, is there any command to build arm64 version for Apple Silicon mac?
#1500

@Williamclouf Williamclouf changed the title Any command to build arm version App Bundle? Any command to build an arm version App Bundle? Aug 20, 2023
@Jazzzny
Copy link

Jazzzny commented Nov 10, 2023

Change line 108 of gulp -> standalone.js to * @param {'x64'|'arm64'} arch and line 214 to "arm64",.
With this, an Apple silicon binary will be built:
Screenshot 2023-11-10 at 4 10 44 PM

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

2 participants