From 16a31a00c42d59ab00dfb810dfcc7936a0f4e044 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Thu, 31 Oct 2024 23:23:24 -0600 Subject: [PATCH] Release GE-Proton9-18: Hotfix -- add missing proton script python uuid import --- VERSION | 2 +- proton | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index bf95634da..a9e05cf53 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -GE-Proton9-17 +GE-Proton9-18 diff --git a/proton b/proton index e3025c403..3e9549b88 100755 --- a/proton +++ b/proton @@ -17,6 +17,7 @@ import subprocess import sys import tarfile import shlex +import uuid from ctypes import CDLL from ctypes import CFUNCTYPE @@ -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"