added javapackage variables
This commit is contained in:
parent
5ae38467e7
commit
a76b95a2c7
1 changed files with 7 additions and 0 deletions
|
@ -79,7 +79,14 @@ task pack(type: io.github.fvarrui.javapackager.gradle.PackageTask, dependsOn: bu
|
|||
bundleJre = true
|
||||
generateInstaller = true
|
||||
administratorRequired = false
|
||||
organizationName = "Bryson Steck"
|
||||
organizationUrl = "https://brysonsteck.xyz"
|
||||
organizationEmail = "me@brysonsteck.xyz"
|
||||
url = "https://codeberg.org/brysonsteck/ServerCraft"
|
||||
createTarball = true
|
||||
createZipball = true
|
||||
additionalResources = [ file('src/main/resources/xyz/brysonsteck/ServerCraft/') ]
|
||||
name = "ServerCraft"
|
||||
|
||||
linuxConfig {
|
||||
pngFile = file('src/main/resources/icon.png')
|
||||
|
|
Loading…
Add table
Reference in a new issue