Skip to content

Commit

Permalink
Fix ipa-minimal command in bs-linux-modfix
Browse files Browse the repository at this point in the history
  • Loading branch information
geefr committed Nov 29, 2020
1 parent 97ab85b commit 3c8f295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bs-linux-modfix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ fi
# Patching BS with IPA.exe
bsInstall=$(realpath "${1}")

cp -p ./IPA-Minimal Beat\ Saber.exe "${bsInstall}/"
cp -p ./IPA-Minimal "${bsInstall}/"

pushd "${bsInstall}" &> /dev/null

if ! ./IPA-Minimal -n; then
if ! ./IPA-Minimal Beat\ Saber.exe -n; then
echo "WARNING: IPA.exe returned non-zero result"
fi

Expand Down

0 comments on commit 3c8f295

Please sign in to comment.