mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 03:08:38 +07:00
Removed hard coded home directory config
This commit is contained in:
parent
b7c8ff4d5b
commit
0cde8a9233
@ -6,7 +6,7 @@ sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
project.ext.mainClassName = "io.anuke.mindustry.desktop.DesktopLauncher"
|
||||
project.ext.assetsDir = new File("../core/assets");
|
||||
|
||||
def PACKR_DIR = "/home/anuke/Documents/Packr/"
|
||||
def PACKR_DIR = System.getenv('HOME') + "/Documents/Packr/"
|
||||
def ICON_DIR = new File("core/assets/sprites/icon.icns")
|
||||
|
||||
task run(dependsOn: classes, type: JavaExec) {
|
||||
|
Loading…
Reference in New Issue
Block a user