Changeset 19036 in josm


Ignore:
Timestamp:
2024-04-08T15:57:37+02:00 (5 weeks ago)
Author:
taylor.smock
Message:

See #23600: Native Apple Silicon Support

Add entitlements so that the app can start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/macosx/macos-jpackage.sh

    r19032 r19036  
    159159        --identifier "${2}" \
    160160        --options runtime \
     161        --entitlements "$(dirname "${BASH_SOURCE[0]}")/josm.entitlements" \
    161162        --verbose=4 "${1}"
    162163    }
Note: See TracChangeset for help on using the changeset viewer.