Skip to content

Commit

Permalink
Attempt 7, try manually preserving old jar manifest #186
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Sep 8, 2024
1 parent b34a658 commit 8bff42b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/scripts/build_dmg.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then

# Replace the jar with one containing the executables with corrected signatures.
rm -f ../Input/beat-link-trigger.jar
cp META-INF/MANIFEST.MF ..
jar cfm ../Input/beat-link-trigger.jar . ../MANIFEST.MF
jar cfm ../Input/beat-link-trigger.jar META-INF/MANIFEST.MF .
cd ..
rm -rf jar_tmp
rm MANIFEST.MF

# Run jpackage to build the native application as a code signed disk image
jpackage --name "$blt_name" --input Input --add-modules "$blt_java_modules" \
Expand Down

0 comments on commit 8bff42b

Please sign in to comment.