This commit is contained in:
UltrafunkAmsterdam 2023-02-05 15:14:39 +01:00
parent 951e6598d4
commit 166438cde2
1 changed files with 4 additions and 4 deletions

View File

@ -80,10 +80,10 @@ class Patcher(object):
self.zip_path = os.path.join(self.data_path, prefix)
# if not executable_path:
# self.executable_path = os.path.abspath(
# os.path.join(".", self.executable_path)
# )
if not executable_path:
self.executable_path = os.path.abspath(
os.path.join(".", self.executable_path)
)
self._custom_exe_path = False