fix(ci): update runner container options to enable public DNS resolution
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ def build():
|
|||||||
# Determine separator for --add-data
|
# Determine separator for --add-data
|
||||||
sep = ";" if system == "Windows" else ":"
|
sep = ";" if system == "Windows" else ":"
|
||||||
|
|
||||||
# Base command configuration for PyInstaller build
|
# Base PyInstaller command configuration for Linux and Windows builds
|
||||||
base_cmd = [
|
base_cmd = [
|
||||||
sys.executable, "-m", "PyInstaller",
|
sys.executable, "-m", "PyInstaller",
|
||||||
"--onefile",
|
"--onefile",
|
||||||
|
|||||||
Reference in New Issue
Block a user