[build] Fix World links

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-10-16 12:05:28 +02:00
parent 7a03dd7cf6
commit a1e45b5837

View File

@@ -101,6 +101,13 @@ if [ -z "$SKIP_MAP_DOWNLOAD" ]; then
rm -f WorldCoasts.mwm; ln -s "$WORLD_PATH2" WorldCoasts.mwm
fi
if [ ! -f "World.mwm" ]; then
ln -s "$WORLD_PATH" World.mwm
fi
if [ ! -f "WorldCoasts.mwm" ]; then
ln -s "$WORLD_PATH2" WorldCoasts.mwm
fi
popd
else
echo "Skipping world map download..."