revert to official installer for the moment

This commit is contained in:
Kent Slaney 2024-06-11 00:21:22 -07:00
parent da0d77d859
commit ee235db2ef

View file

@ -105,7 +105,7 @@ package() {
if [ -d "$bm_pfx" ]; then
echo "$bm_pfx already exists; skipping BakkesMod setup"
else
WINEPREFIX="$compat/pfx/" "$proton/bin/wine64" "$srcdir/setup.exe"
WINEPREFIX="$compat/pfx/" "$proton/bin/wine64" "$srcdir/BakkesModSetup.exe"
fi
dll_patch="$srcdir/dll_patch.py"
python "$dll_patch" "$bm_pfx/bakkesmod/dll"