diff --git a/build_app.py b/build_app.py index 8ad668f..59113c7 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 configuration for PyInstaller build + # Base PyInstaller command configuration for Linux and Windows builds base_cmd = [ sys.executable, "-m", "PyInstaller", "--onefile",