wackman/patches/15-wacca1-fixname.sh
2025-10-18 00:33:20 +02:00

5 lines
No EOL
212 B
Bash

if [[ "$version" == "1.00" || "$version" == "1.50" ]]; then
sed -i 's/Mercury-Win64-Shipping.exe/Mercury.exe/g' $dir/game/bin/launch.bat
else
echo "Patch not applicable to specified version, skipping."
fi