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
5
package_release_build.py
Normal file → Executable file
5
package_release_build.py
Normal file → Executable file
@@ -22,8 +22,9 @@ except ImportError:
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
# Wipe out old build directory.
|
# Wipe out old build directory.
|
||||||
print(Fore.BLUE + Style.DIM + "Clearing old build artifacts..." + Style.RESET_ALL)
|
if os.path.exists("bin"):
|
||||||
shutil.rmtree("bin")
|
print(Fore.BLUE + Style.DIM + "Clearing old build artifacts..." + Style.RESET_ALL)
|
||||||
|
shutil.rmtree("bin")
|
||||||
|
|
||||||
build_windows()
|
build_windows()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user