Changeset 17244 in josm


Ignore:
Timestamp:
2020-10-19T20:10:12+02:00 (4 years ago)
Author:
Don-vip
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant.yml

    r17239 r17244  
    138138        with:
    139139          upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing its ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
    140           asset_path: app/josm-custom.jar
     140          asset_path: dist/josm-custom.jar
    141141          asset_name: josm-latest.jar
    142142          asset_content_type: application/java-archive
  • trunk/native/macosx/macos-jpackage.sh

    r17239 r17244  
    7171codesign -vvv --timestamp --options runtime --deep --force --sign "$SIGNING_KEY_NAME" \
    7272    app/JOSM.app/Contents/MacOS/JOSM \
    73     app/JOSM.app/Contents/MacOS/libapplauncher.dylib \
    7473    app/JOSM.app/Contents/runtime/Contents/Home/lib/*.jar \
    7574    app/JOSM.app/Contents/runtime/Contents/Home/lib/*.dylib \
Note: See TracChangeset for help on using the changeset viewer.