Skip to content

Commit

Permalink
Attempt 5, 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 5f69f6f commit a0d5f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build_dmg.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then

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

Expand Down

0 comments on commit a0d5f4f

Please sign in to comment.