diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index e915acf..059dbdf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') |