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 dd59687 commit 1ab5607Copy full SHA for 1ab5607
1 file changed
FT_Builder.py
@@ -355,6 +355,18 @@ def main():
355
DirPrefab,
356
)
357
358
+
359
+ BuildFolder = os.path.abspath(os.path.join(os.path.dirname(__file__), 'build'))
360
+ if os.path.exists(BuildFolder):
361
+ delete_files_in_directory(BuildFolder)
362
363
+ if os.path.isfile(os.path.abspath(os.path.join(os.path.dirname(__file__), "! " + NameCustomAvatarDir + "Patcher.py"))):
364
+ os.remove(os.path.abspath(os.path.join(os.path.dirname(__file__), "! " + NameCustomAvatarDir + "Patcher.py")))
365
366
+ if os.path.isfile(os.path.abspath(os.path.join(os.path.dirname(__file__), "! " + NameCustomAvatarDir + "Patcher.spec"))):
367
+ os.remove(os.path.abspath(os.path.join(os.path.dirname(__file__), "! " + NameCustomAvatarDir + "Patcher.spec")))
368
369
370
371
print_ascii_Ready()
372
0 commit comments