From eec2842e772308aeebb3cd3e0d12d7802a681da9 Mon Sep 17 00:00:00 2001 From: Daniel Dybing Date: Mon, 3 Aug 2026 23:58:37 +0200 Subject: [PATCH] fix(ci): update runner container options to enable public DNS resolution --- build_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",