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",