Skip to content

Commit a0d5f4f

Browse files
committed
Attempt 5, try manually preserving old jar manifest #186
1 parent 5f69f6f commit a0d5f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build_dmg.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then
3939

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

0 commit comments

Comments
 (0)