Skip to content

Commit

Permalink
Merge pull request #317 from sja26/readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
fvarrui authored May 5, 2023
2 parents cbc6d10 + fe37d35 commit c2891ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ buildscript {
}
}
apply plugin: 'io.github.fvarrui.javapackager.plugin'
plugins {
id 'io.github.fvarrui.javapackager.plugin'
}
```

Create your packaging task:
Expand All @@ -95,7 +97,7 @@ task packageMyApp(type: io.github.fvarrui.javapackager.gradle.PackageTask, depen
bundleJre = true|false
generateInstaller = true|false
administratorRequired = true|false
platform = auto|linux|mac|windows
platform = "auto"|"linux"|"mac"|"windows"
additionalResources = [ file('file path'), file('folder path'), ... ]
linuxConfig {
...
Expand Down

0 comments on commit c2891ad

Please sign in to comment.