Added an alternate location to automatically find SteamApps/ on linux
This commit is contained in:
parent
f783a7e177
commit
16df3ba832
3 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,7 @@ public class FTLUtilities {
|
|||
new File( new File(""+System.getenv("ProgramFiles")), humblePath ),
|
||||
// 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" ),
|
||||
// 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