Skip to content

Commit

Permalink
#113 append jpackage jvmArgs to application ones instead of overwriti…
Browse files Browse the repository at this point in the history
…ng the default
  • Loading branch information
ylexus committed Jun 24, 2021
1 parent b865956 commit affbe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ runtime {
jpackage {
imageName = 'Jiotty Photos Uploader'
installerName = 'Jiotty Photos Uploader'
jvmArgs = ['-Dprism.verbose=true']
jvmArgs = application.applicationDefaultJvmArgs + '-Dprism.verbose=true'
if (org.gradle.internal.os.OperatingSystem.current().macOsX) {
installerType = 'dmg'
imageOptions = ['--verbose', /*'--mac-sign',*/ '--mac-signing-key-user-name', 'Alexey Yudichev (J4R72JZQ9P)']
Expand Down

0 comments on commit affbe89

Please sign in to comment.