BuildEnvironments/LinuxGeneralCompiler/mkdotgame
2025-07-06 21:51:31 -07:00

13 lines
No EOL
214 B
Bash
Executable file

#!/bin/bash
#
VERSION=$VSAPI # predetermined version
if [ -z "$1" ]; then
version=$VERSION
else
version=$1
fi
rm .game || true
dlvs $version || true
ln -sv "~/.local/share/vintagestory_${version}" .game