I'm submitting a…
Short description of the issue/suggestion:
MacOS SCRIPT and UNIVERSAL stubs both run as x64 (Intel as indicated in Activity Monitor) on an ARM64 machine. Explicitly setting macStartup = "ARM64" produces a .app that runs as Apple
Steps to reproduce the issue/enhancement:
- On an Apple Silicon mac, package application into
.app using the default macStartup of SCRIPT or explicitly set to UNIVERSAL
- Run produced
.app
What is the expected behavior?
Activity monitor shows application is running as Apple
What is the current behavior?
Activity monitor shows application is running as Intel
Please tell us about your environment:
- JavaPackager version: 1.7.6
- OS version: macOS 15.1.1 (24B2091)
- JDK version: OpenJDK 64-Bit Server VM Temurin-17.0.13+11
- Build tool:
I'm submitting a…
Short description of the issue/suggestion:
MacOS
SCRIPTandUNIVERSALstubs both run as x64 (Intel as indicated in Activity Monitor) on an ARM64 machine. Explicitly settingmacStartup = "ARM64"produces a.appthat runs asAppleSteps to reproduce the issue/enhancement:
.appusing the defaultmacStartupofSCRIPTor explicitly set toUNIVERSAL.appWhat is the expected behavior?
Activity monitor shows application is running as
AppleWhat is the current behavior?
Activity monitor shows application is running as
IntelPlease tell us about your environment: