things
This commit is contained in:
@@ -51,13 +51,11 @@ task steamtest(dependsOn: dist){
|
|||||||
copy{
|
copy{
|
||||||
from "build/libs/Mindustry.jar"
|
from "build/libs/Mindustry.jar"
|
||||||
if(System.properties["os.name"].contains("Mac")){
|
if(System.properties["os.name"].contains("Mac")){
|
||||||
into "/home/anuke/.steam/steam/steamapps/common/Mindustry"
|
into "/Users/anuke/Library/Application Support/Steam/steamapps/common/Mindustry/Contents/Resources"
|
||||||
}else{
|
}else{
|
||||||
into "/home/anuke/.steam/steam/steamapps/common/Mindustry"
|
into "/home/anuke/.steam/steam/steamapps/common/Mindustry"
|
||||||
}
|
}
|
||||||
rename { String fileName ->
|
rename("Mindustry.jar", "desktop.jar")
|
||||||
fileName.replace("Mindustry-linux-release", "desktop-release")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user