Fix bug in package_release_build, chmod +x
This commit is contained in:
0
RUN_THIS.py
Normal file → Executable file
0
RUN_THIS.py
Normal file → Executable file
1
package_release_build.py
Normal file → Executable file
1
package_release_build.py
Normal file → Executable file
@@ -22,6 +22,7 @@ except ImportError:
|
||||
|
||||
def main():
|
||||
# Wipe out old build directory.
|
||||
if os.path.exists("bin"):
|
||||
print(Fore.BLUE + Style.DIM + "Clearing old build artifacts..." + Style.RESET_ALL)
|
||||
shutil.rmtree("bin")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user