mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
HOT DAMN Unciv now works from desktop:dist and the command line!
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user