diff --git a/BuildPackages.py b/BuildPackages.py index f377927..9fad35e 100644 --- a/BuildPackages.py +++ b/BuildPackages.py @@ -46,4 +46,4 @@ print(libraryfile) libraryzip.write(libraryfile, os.path.relpath(libraryfile, os.path.split(libraryfile)[0])) print("\nDone!") -time.sleep(2.0) \ No newline at end of file +#time.sleep(2.0) \ No newline at end of file diff --git a/BuildRelease.py b/BuildRelease.py index a0eb260..cc4c141 100644 --- a/BuildRelease.py +++ b/BuildRelease.py @@ -34,4 +34,4 @@ print("No .sublime-package files in \"%s\"!" % inputdirectory) else: print("\"%s\" does not exist!" % inputdirectory) -time.sleep(2.0) \ No newline at end of file +#time.sleep(2.0) \ No newline at end of file