diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-10-10 22:09:11 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-10-10 22:09:11 -0400 |
commit | 4375a10321671e40e8695101c9a59191a331fee2 (patch) | |
tree | 16670c2f129be23ccf61d25ddae76037bf34b239 /pom.xml | |
parent | f48b8c837db34878b1ce500dc1f3dd0cf162a97c (diff) | |
download | NPEhero-4375a10321671e40e8695101c9a59191a331fee2.tar.gz NPEhero-4375a10321671e40e8695101c9a59191a331fee2.tar.bz2 NPEhero-4375a10321671e40e8695101c9a59191a331fee2.zip |
Fix level creation crash, improve exception display
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,7 +97,7 @@ <jlinkZipName>NPEHero</jlinkZipName> <jlinkImageName>app</jlinkImageName> <noManPages>true</noManPages> - <stripDebug>true</stripDebug> +<!-- <stripDebug>true</stripDebug>--> <noHeaderFiles>true</noHeaderFiles> <options>-Dprism.forceGPU=true</options> <compress>0</compress> @@ -148,7 +148,7 @@ </goals> <phase>package</phase> <configuration> - <name>npehero_installer</name> + <name>NPEHero</name> <linuxShortcut>true</linuxShortcut> <linuxMenuGroup>Game</linuxMenuGroup> |