From 582755872876e897118b238b558655ae79d75338 Mon Sep 17 00:00:00 2001 From: "zacharias@4zellen.se" Date: Thu, 12 Feb 2026 22:55:44 +0100 Subject: [PATCH] Added proton verb --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ec22a2f..9165bd6 100755 --- a/install.sh +++ b/install.sh @@ -181,5 +181,5 @@ sleep 5 if [[ "$PROTON_PATH" == "PATH" ]] then proton-ge "$TMP_DIR/EAappInstaller.exe" else - "$PROTON_PATH/proton" "$TMP_DIR/EAappInstaller.exe" + "$PROTON_PATH/proton" run "$TMP_DIR/EAappInstaller.exe" fi \ No newline at end of file