Skip to content

Commit

Permalink
Release GE-Proton9-18: Hotfix -- add missing proton script python uui…
Browse files Browse the repository at this point in the history
…d import
  • Loading branch information
GloriousEggroll committed Nov 1, 2024
1 parent 2e41be0 commit 16a31a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GE-Proton9-17
GE-Proton9-18
3 changes: 2 additions & 1 deletion proton
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import subprocess
import sys
import tarfile
import shlex
import uuid

from ctypes import CDLL
from ctypes import CFUNCTYPE
Expand All @@ -42,7 +43,7 @@ from pathlib import Path
#To enable debug logging, copy "user_settings.sample.py" to "user_settings.py"
#and edit it if needed.

CURRENT_PREFIX_VERSION="GE-Proton9-17"
CURRENT_PREFIX_VERSION="GE-Proton9-18"

PFX="Proton: "
ld_path_var = "LD_LIBRARY_PATH"
Expand Down

0 comments on commit 16a31a0

Please sign in to comment.