Fixed servers not discovering

This commit is contained in:
Anuken
2019-09-15 13:52:56 -04:00
parent af91e17b13
commit f72f2bdf5d
2 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ task steamtest(dependsOn: dist){
copy{
from "build/libs/Mindustry.jar"
if(System.properties["os.name"].contains("Mac")){
into "/Users/anuke/Library/Application Support/Steam/steamapps/common/Mindustry/Contents/Resources"
into "/Users/anuke/Library/Application Support/Steam/steamapps/common/Mindustry/Mindustry.app/Contents/Resources"
}else{
into "/home/anuke/.steam/steam/steamapps/common/Mindustry/jre"
}