-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
I'm submitting a…
- bug report
- feature request
- other
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 defaultmacStartup
ofSCRIPT
or explicitly set toUNIVERSAL
- 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:
- Maven
- Gradle
Metadata
Metadata
Assignees
Labels
No labels