Skip to content

Commit

Permalink
add verbose to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Apr 18, 2020
1 parent 46f18c9 commit 42788b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ jlink {
installerOptions = [
'--vendor', 'JabRef',
'--app-version', "${project.version}",
'--verbose',
'--win-upgrade-uuid', 'd636b4ee-6f10-451e-bf57-c89656780e36',
'--win-dir-chooser',
'--win-shortcut',
Expand All @@ -662,6 +663,7 @@ jlink {
'--icon', "${projectDir}/src/main/resources/icons/JabRef-icon-64.png",
]
installerOptions = [
'--verbose',
'--vendor', 'JabRef',
'--app-version', "${project.version}",
// '--temp', "$buildDir/installer",
Expand All @@ -681,6 +683,7 @@ jlink {
'--resource-dir', "${projectDir}/buildres/mac"
]
installerOptions = [
'--verbose',
'--vendor', 'JabRef',
'--app-version', "${project.version}",
'--file-associations', "${projectDir}/buildres/mac/bibtexAssociations.properties",
Expand Down

0 comments on commit 42788b5

Please sign in to comment.