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 605e9e0 commit f564691Copy full SHA for f564691
1 file changed
FT_Builder.py
@@ -17,7 +17,7 @@ def print_ascii_art():
17
(__) (__) (____/\____/(__)\____/(____/(____)(__\_)
18
"""
19
credits = r"""
20
- Made By Hash - v1.0
+ Made By Hash - v1.2
21
22
23
@@ -213,7 +213,6 @@ def main():
213
PyInstaller.__main__.run([
214
"! "+NameCustomAvatarDir+"Patcher.py",
215
'--onedir',
216
-
217
'--distpath', buildDestination,
218
'--icon='+ os.path.abspath(os.path.join(os.path.dirname(__file__), 'YourCoolIcon.ico'))
219
])
0 commit comments