Skip to content

Commit f564691

Browse files
committed
Version number update
updated the version number in the ascii art in the builder
1 parent 605e9e0 commit f564691

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

FT_Builder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def print_ascii_art():
1717
(__) (__) (____/\____/(__)\____/(____/(____)(__\_)
1818
"""
1919
credits = r"""
20-
Made By Hash - v1.0
20+
Made By Hash - v1.2
2121
2222
2323
"""
@@ -213,7 +213,6 @@ def main():
213213
PyInstaller.__main__.run([
214214
"! "+NameCustomAvatarDir+"Patcher.py",
215215
'--onedir',
216-
217216
'--distpath', buildDestination,
218217
'--icon='+ os.path.abspath(os.path.join(os.path.dirname(__file__), 'YourCoolIcon.ico'))
219218
])

0 commit comments

Comments
 (0)