Changeset 17244 in josm
- Timestamp:
- 2020-10-19T20:10:12+02:00 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r17239 r17244 138 138 with: 139 139 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.jar140 asset_path: dist/josm-custom.jar 141 141 asset_name: josm-latest.jar 142 142 asset_content_type: application/java-archive -
trunk/native/macosx/macos-jpackage.sh
r17239 r17244 71 71 codesign -vvv --timestamp --options runtime --deep --force --sign "$SIGNING_KEY_NAME" \ 72 72 app/JOSM.app/Contents/MacOS/JOSM \ 73 app/JOSM.app/Contents/MacOS/libapplauncher.dylib \74 73 app/JOSM.app/Contents/runtime/Contents/Home/lib/*.jar \ 75 74 app/JOSM.app/Contents/runtime/Contents/Home/lib/*.dylib \
Note:
See TracChangeset
for help on using the changeset viewer.