docs: improve base command comment in build script
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ def build():
|
||||
# Determine separator for --add-data
|
||||
sep = ";" if system == "Windows" else ":"
|
||||
|
||||
# Base command
|
||||
# Base command configuration for PyInstaller build
|
||||
base_cmd = [
|
||||
sys.executable, "-m", "PyInstaller",
|
||||
"--onefile",
|
||||
|
||||
Reference in New Issue
Block a user