BuildEnvironments/LinuxGeneralCompiler/mkdotgame
2025-06-29 10:25:44 -07:00

13 lines
No EOL
226 B
Bash
Executable file

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