Fixed all GWT errors, released new version

This commit is contained in:
Anuken
2017-12-24 14:40:08 -05:00
parent ea63451f49
commit c69779bf7e
9 changed files with 22 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ task packrCmd(type: Exec) {
copy{
into PACKR_DIR
from "build/libs/desktop-1.0.jar"
from "build/libs/desktop-release.jar"
}
commandLine "java", "-jar", PACKR_DIR+"packr.jar", "--verbose", /*"--resources", project.ext.assetsDir,*/ "--platform", getPlatform(), "--executable", appName, "--output", "packr-out/", "--mainclass", project.ext.mainClassName, "--jdk", PACKR_DIR+"jdk-"+getPlatform()+".zip", "--classpath",