mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 22:14:15 +07:00
steamtest task destination
This commit is contained in:
parent
2f9f371c88
commit
91cc4f922e
@ -71,7 +71,9 @@ task steamtest(dependsOn: dist){
|
||||
doLast{
|
||||
copy{
|
||||
from "build/libs/Mindustry.jar"
|
||||
if(System.properties["os.name"].contains("Mac")){
|
||||
if(project.hasProperty("destination")){
|
||||
into project.property("destination")
|
||||
}else if(System.properties["os.name"].contains("Mac")){
|
||||
into "/Users/anuke/Library/Application Support/Steam/steamapps/common/Mindustry/Mindustry.app/Contents/Resources"
|
||||
}else{
|
||||
into "/home/anuke/.steam/steam/steamapps/common/Mindustry/jre"
|
||||
|
Loading…
Reference in New Issue
Block a user