forked from freeplane/freeplane
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacapp.example.properties
More file actions
10 lines (9 loc) · 932 Bytes
/
Copy pathmacapp.example.properties
File metadata and controls
10 lines (9 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
#~/zulu/zulu15.40.19-ca-jdk15.0.7-macosx_x64/bin/jlink --add-modules ALL-MODULE-PATH --strip-debug --no-man-pages --no-header-files --output ~/zulu/images/jdk15-40-19-intel-image
#~/zulu/zulu15.40.19-ca-jdk15.0.7-macosx_x64/bin/jlink --add-modules ALL-MODULE-PATH --output ~/zulu/images/jdk15-40-19-intel-image-debug
#~/zulu/zulu15.40.19-ca-jdk15.0.7-macosx_aarch64/bin/jlink --add-modules ALL-MODULE-PATH --strip-debug --no-man-pages --no-header-files --output ~/zulu/images/jdk15-40-19-apple-image
macapp.apple.jpackage.jdk=/Users/user/zulu/zulu15.40.19-ca-jdk15.0.7-macosx_aarch64
macapp.apple.jdk.runtime.image=/Users/user/zulu/images/jdk15-40-19-apple-image
macapp.intel.jpackage.jdk=/Users/user/zulu/zulu15.40.19-ca-jdk15.0.7-macosx_x64
macapp.intel.jdk.runtime.image=/Users/user/zulu/images/jdk15-40-19-intel-image
macapp.codesign.identity=<Certificate Identity>
macapp.notarytool.keychainprofile=<keychain profile name>