Browse Source

Make unpatch.sh a little more robust

pull/14/head
Barry K. Nathan 5 years ago
parent
commit
b7461c270c
  1. 4
      unpatch.sh

4
unpatch.sh

@ -65,8 +65,8 @@ rm -f "$VOLUME"/*.sh "$VOLUME/Patch-Version.txt"
# Now that the patcher is going to add the dylib itself, go ahead and
# remove that too.
echo 'Remvoing Hax dylib...'
rm -f "$VOLUME"/*.dylib
rm -rf "$VOLUME"/Hax*app
rm -f "$VOLUME"/Hax*.dylib
rm -rf "$VOLUME"/Hax*.app
echo
echo 'Unpatcher finished.'
Loading…
Cancel
Save