Skip to content

Commit 8497300

Browse files
committed
Adding title to Python patcher
1 parent d570d96 commit 8497300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

installer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
from os import remove
88
from sys import argv
99

10+
patcherVersion = "v1.8"
11+
system(f"CrossCode MacM1 Patcher {patcherVersion}")
12+
1013
# Shell POSIX path
1114
current_shell_dir = os.path.dirname(sys.argv[0])
1215
fixDirShellPath = current_shell_dir.replace(" ", "\\ ").replace("?", "\\?").replace("&", "\\&").replace(

0 commit comments

Comments
 (0)