docs: improve base command comment in build script
Build and Release / Build Linux (push) Failing after 1s
Build and Release / Build Windows (push) Failing after 1s
Build and Release / Create Release (push) Has been skipped

This commit is contained in:
Daniel Dybing
2026-08-03 23:53:59 +02:00
parent 6cf47d6d34
commit 3c2bed3ac5
+1 -1
View File
@@ -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",