Skip to content

Commit 4613daa

Browse files
committed
run.sh: Allow the rare usage of Steam launching a shell script
1 parent 9a72892 commit 4613daa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/nix/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ case "${file_out}" in
198198
echo "More info: https://docs.bepinex.dev/articles/advanced/steam_interop.html#protonwine" 1>&2
199199
exit 1
200200
;;
201+
*shell\ script*)
202+
# Fallback for games that launch a shell script from Steam
203+
# default to x64, change as needed
204+
arch="x64"
205+
;;
201206
*64-bit*)
202207
arch="x64"
203208
;;

0 commit comments

Comments
 (0)