diff --git a/build.sh b/build.sh index 02f6699a3..76e3d868b 100644 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ rm -rf build dist echo "Building binary with PyInstaller..." uv run pyinstaller pyfa.spec -cp oleacc* dist/pyfa/ +# cp oleacc* dist/pyfa/ echo "" echo "Build complete! Binary is located at: dist/pyfa/pyfa.exe"