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