added javapackage variables

This commit is contained in:
Bryson Steck 2023-05-17 00:03:17 -06:00
parent 5ae38467e7
commit a76b95a2c7

View file

@ -79,7 +79,14 @@ task pack(type: io.github.fvarrui.javapackager.gradle.PackageTask, dependsOn: bu
bundleJre = true bundleJre = true
generateInstaller = true generateInstaller = true
administratorRequired = false 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/') ] additionalResources = [ file('src/main/resources/xyz/brysonsteck/ServerCraft/') ]
name = "ServerCraft"
linuxConfig { linuxConfig {
pngFile = file('src/main/resources/icon.png') pngFile = file('src/main/resources/icon.png')