From 3c2bed3ac54390a83b71f43d700297f976d0e336 Mon Sep 17 00:00:00 2001 From: Daniel Dybing Date: Mon, 3 Aug 2026 23:53:59 +0200 Subject: [PATCH] docs: improve base command comment in build script --- build_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_app.py b/build_app.py index 966d205..8ad668f 100644 --- a/build_app.py +++ b/build_app.py @@ -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",