mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 07:50:54 -07:00
things
This commit is contained in:
parent
4b8d072854
commit
3da6634242
1 changed files with 2 additions and 4 deletions
|
|
@ -51,13 +51,11 @@ task steamtest(dependsOn: dist){
|
|||
copy{
|
||||
from "build/libs/Mindustry.jar"
|
||||
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{
|
||||
into "/home/anuke/.steam/steam/steamapps/common/Mindustry"
|
||||
}
|
||||
rename { String fileName ->
|
||||
fileName.replace("Mindustry-linux-release", "desktop-release")
|
||||
}
|
||||
rename("Mindustry.jar", "desktop.jar")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue