Skip to content

Commit

Permalink
add installer key name
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Aug 9, 2020
1 parent dd4bd17 commit 4932421
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,10 @@ jlink {
'--vendor', 'JabRef',
'--app-version', "${project.version}",
'--file-associations', "${projectDir}/buildres/mac/bibtexAssociations.properties",
'--resource-dir', "${projectDir}/buildres/mac"
'--resource-dir', "${projectDir}/buildres/mac",
'--mac-sign',
'--mac-package-signing-prefix', "org.jabref",
'--mac-signing-key-user-name', "Tobias Diez (W2PU6LW5U5)"
]
}
}
Expand Down

0 comments on commit 4932421

Please sign in to comment.