HOT DAMN Unciv now works from desktop:dist and the command line!

This commit is contained in:
Yair Morgenstern
2019-11-14 23:54:52 +02:00
parent 8729100993
commit 292ca7a908
2 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@ apply plugin: "kotlin"
sourceCompatibility = 1.6
sourceSets.main.java.srcDirs = [ "src/" ]
project.ext.mainClassName = "DesktopLauncher"
project.ext.mainClassName = "com.unciv.app.desktop.DesktopLauncher"
project.ext.assetsDir = new File("../android/assets")
task run(dependsOn: classes, type: JavaExec) {