Added another alternate location to automatically find SteamApps/ on linux
This commit is contained in:
parent
16df3ba832
commit
0274a85cba
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ public class FTLUtilities {
|
|||
// Linux - Steam
|
||||
new File( xdgDataHome +"/Steam/SteamApps/common/FTL Faster Than Light/data/resources" ),
|
||||
new File( xdgDataHome +"/.steam/steam/SteamApps/common/FTL Faster Than Light/data/resources" ),
|
||||
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" ),
|
||||
// OSX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue