Added proton verb

This commit is contained in:
2026-02-12 22:55:44 +01:00
parent 67b8379b90
commit 5827558728

View File

@@ -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