Changeset 17236 in josm for trunk/native


Ignore:
Timestamp:
2020-10-18T15:34:35+02:00 (4 years ago)
Author:
Don-vip
Message:

see #19937 - Update macOS build process (patch by Stereo, modified)

See See https://github.com/openstreetmap/josm/pull/65

Location:
trunk/native/macosx
Files:
1 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/native/macosx/gz.properties

    r16776 r17236  
    11extension=gz
    22mime-type=application/gzip
    3 description=OpenStreetMap BZipped
     3description=OpenStreetMap GZipped
  • trunk/native/macosx/jos.properties

    r16776 r17236  
    1 extension=joz
     1extension=jos
    22mime-type=application/x-josm-session+xml
    33description=JOSM Session
  • trunk/native/macosx/macos-jpackage.sh

    r16785 r17236  
    1919jpackage -n "JOSM" --input dist --main-jar josm-custom.jar \
    2020    --main-class org.openstreetmap.josm.gui.MainApplication \
    21     --icon native/macosx/JOSM.app/Contents/Resources/JOSM.icns --type app-image --dest dist \
     21    --icon ./native/macosx/JOSM.icns --type app-image --dest dist \
    2222    --java-options "-Xmx8192m" --app-version $1 \
    2323    --copyright "JOSM, and all its integral parts, are released under the GNU General Public License v2 or later" \
     
    8080
    8181echo "Preparing for notarization"
    82 ditto -c -k --keepParent dist/JOSM.app dist/JOSM.zip
     82ditto -c -k --zlibCompressionLevel 9 --keepParent dist/JOSM.app dist/JOSM.zip
    8383
    8484echo "Uploading to Apple"
    8585xcrun altool --notarize-app -f dist/JOSM.zip -p "$APPLE_ID_PW" -u "thomas.skowron@fossgis.de" --primary-bundle-id de.openstreetmap.josm
    86 
    87 # Prepare for upload-artifact
    88 mkdir dist-macOS
    89 unzip dist/JOSM.zip -d dist-macOS
Note: See TracChangeset for help on using the changeset viewer.