Disable oleacc

This commit is contained in:
2026-01-09 21:54:31 +01:00
parent aec20c1f5a
commit 564a68e5cb

View File

@@ -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"