We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d570d96 commit 8497300Copy full SHA for 8497300
installer.py
@@ -7,6 +7,9 @@
7
from os import remove
8
from sys import argv
9
10
+patcherVersion = "v1.8"
11
+system(f"CrossCode MacM1 Patcher {patcherVersion}")
12
+
13
# Shell POSIX path
14
current_shell_dir = os.path.dirname(sys.argv[0])
15
fixDirShellPath = current_shell_dir.replace(" ", "\\ ").replace("?", "\\?").replace("&", "\\&").replace(
0 commit comments