Skip to content

Commit

Permalink
Exclude runtime from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ctring committed Jul 6, 2017
1 parent 570c4cf commit 5ba3e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jfx {
nativeReleaseVersion = '1.0'
verbose = true
bundleArguments = [
installdirChooser: 'true'
installdirChooser: 'true',
runtime: null
]
}

0 comments on commit 5ba3e10

Please sign in to comment.