From 3a40f8435b527b3846275446afc8e786ad08a9c8 Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Fri, 19 Jun 2026 12:03:46 -0400 Subject: [PATCH] Remove deprecated onefile flag Closes #602 --- bundledApps/MAKEFILE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundledApps/MAKEFILE.sh b/bundledApps/MAKEFILE.sh index 2741c3c7..5636a8eb 100644 --- a/bundledApps/MAKEFILE.sh +++ b/bundledApps/MAKEFILE.sh @@ -89,7 +89,7 @@ createBinary () echo "🍎 Building native single-architecture binary" - pyinstaller -p bundledApps ./bundledApps/WAIL.py --onefile --windowed --clean --icon="./build/icons/wail_blue.icns" + pyinstaller -p bundledApps ./bundledApps/WAIL.py --windowed --clean --icon="./build/icons/wail_blue.icns" # Replace default version and icon information from pyinstaller cp ./build/Info.plist ./dist/WAIL.app/Contents/Info.plist # Copy the bundledApps and support directories to inside WAIL.app/