We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a72892 commit 4613daaCopy full SHA for 4613daa
assets/nix/run.sh
@@ -198,6 +198,11 @@ case "${file_out}" in
198
echo "More info: https://docs.bepinex.dev/articles/advanced/steam_interop.html#protonwine" 1>&2
199
exit 1
200
;;
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
+ ;;
206
*64-bit*)
207
arch="x64"
208
0 commit comments