Commit graph

3 commits

Author SHA1 Message Date
Riccardo Pittau
d8cbef6843
Explicitely call bash instead of /bin/sh (#512)
The /bin/sh file is a link, not an actual binary, and that can point
to /bin/bash as well as other shells, like /bin/dash in recent
ubuntu versions.
To be consistent between linux distributions, and avoid issues like
missing support for bash functions (e.g. source), let's call /bin/bash
instead.
2022-11-28 15:24:50 -05:00
Rodrigo
efc06d2043 AppImages SRM parser fixes + isGameMode 2022-09-10 19:22:31 +02:00
Rodrigo
07b47d2c2b Updater + PlayWhatever 2022-08-31 17:44:41 +02:00