fix arch and aur packages
This commit is contained in:
parent
98a561fa5a
commit
43c002313d
4 changed files with 20 additions and 14 deletions
|
|
@ -9,8 +9,8 @@ set -euo pipefail
|
|||
# Assert $ELDEN_RING_DIR/elden_ring.exe exists
|
||||
# if it doesn't exist, exit successfully
|
||||
|
||||
if [ ! -f "$ELDEN_RING_DIR/elden_ring.exe" ]; then
|
||||
echo "Already patched"
|
||||
if [ ! -f "$ELDEN_RING_DIR/eldenring.exe" ]; then
|
||||
echo "Already patched at $ELDEN_RING_DIR"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
@ -20,5 +20,5 @@ mv "$ELDEN_RING_DIR/start_protected_game.exe" "$ELDEN_RING_DIR/start_protected_g
|
|||
|
||||
# Move $ELDEN_RING_DIR/elden_ring.exe to $ELDEN_RING_DIR/start_protected_game.exe
|
||||
|
||||
mv "$ELDEN_RING_DIR/elden_ring.exe" "$ELDEN_RING_DIR/start_protected_game.exe"
|
||||
mv "$ELDEN_RING_DIR/eldenring.exe" "$ELDEN_RING_DIR/start_protected_game.exe"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue