mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
shim: Always respect steam-binary option
This resolves issue #13, but requires the packagers are explicit in setting the steam path. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
+1
-4
@@ -44,11 +44,8 @@ int main(int argc, char **argv)
|
||||
int8_t off = 0;
|
||||
int (*vfunc)(const char *, char *const argv[]) = NULL;
|
||||
|
||||
#ifdef REPLACE_STEAM
|
||||
lsi_exec_bin = STEAM_BINARY;
|
||||
#else
|
||||
lsi_exec_bin = "/usr/bin/steam";
|
||||
#endif
|
||||
|
||||
/* Initialise config */
|
||||
if (!lsi_config_load(&config)) {
|
||||
lsi_config_load_defaults(&config);
|
||||
|
||||
Reference in New Issue
Block a user