Fix hwrm install path for Manjaro
This commit is contained in:
6
main.go
6
main.go
@@ -26,6 +26,12 @@ var (
|
||||
"$HOME/.steam/steam",
|
||||
}
|
||||
|
||||
// fixes not found installation path on Manjaro (HomeworldRM is affected only)
|
||||
defaultInstallPaths = []string{
|
||||
"$HOME/.local/share/Steam/steamapps/common/Homeworld/HomeworldRM/bin/Release",
|
||||
"$HOME/.local/share/Steam/steamapps/common/Homeworld/HomeworldRM/Bin/Release",
|
||||
}
|
||||
|
||||
flagWindowed bool
|
||||
flagModPath string
|
||||
flagHelp bool
|
||||
|
||||
Reference in New Issue
Block a user