Browse Source

Allow windows builds to use -b argument

notcammy 5 years ago
parent
commit
98c14b53fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyinstalive/startup.py

+ 1 - 1
pyinstalive/startup.py

@@ -322,7 +322,7 @@ def run():
             if pil.dl_user or pil.args.downloadfollowing:
                 downloader.start()
             elif pil.dl_batchusers:
-                if not helpers.command_exists("pyinstalive"):
+                if not helpers.command_exists("pyinstalive") and not pil.winbuild_path:
                     logger.error("PyInstaLive must be properly installed when using the -b argument.")
                     logger.separator()
                 else: