This commit is contained in:
Bryce Covert
2021-09-08 08:00:59 -07:00
parent 23e87d6224
commit 8ee743e371
58 changed files with 340 additions and 255 deletions

View File

@@ -5,7 +5,7 @@
"executable": "Tick's Tales",
"classpath": ["target/advent-standalone.jar"],
"mainclass": "advent.core.desktop_launcher",
"resources": ["steam_appid.txt"],
"resources": ["steam_appid.txt", "resources/icon"],
"minimizejre": "soft",
"output": "target/linux/amd64"
}