Fix hwrm install path for Manjaro

This commit is contained in:
Oliver Köhler
2020-09-30 19:04:38 +02:00
parent c7790fd584
commit 51e66105ce
2 changed files with 26 additions and 3 deletions

View File

@@ -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