6 lines
No EOL
187 B
Bash
6 lines
No EOL
187 B
Bash
|
|
if [[ "$version" =~ ^1\. ]]; 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 |