Added an alternate OSX resources location
This commit is contained in:
parent
bfd5f18fc3
commit
598b67d4bb
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ public class FTLUtilities {
|
|||
new File( System.getProperty("user.home") +"/.steam/steam/steamapps/common/FTL Faster Than Light/data/resources" ),
|
||||
// OSX - Steam
|
||||
new File( System.getProperty("user.home") +"/Library/Application Support/Steam/SteamApps/common/FTL Faster Than Light/FTL.app/Contents/Resources" ),
|
||||
new File( System.getProperty("user.home") +"/Library/Application Support/Steam/steamapps/common/FTL Faster Than Light/FTL.app/Contents/Resources" ),
|
||||
// OSX
|
||||
new File( "/Applications/FTL.app/Contents/Resources" ),
|
||||
// Linux Wine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue