Change the way that Vintage Story API is added to the CI server

This commit is contained in:
zontreck 2025-06-29 10:21:41 -07:00
parent c3ec58dbb5
commit 6a235366e5
5 changed files with 92 additions and 17 deletions

8
LinuxGeneralCompiler/mkdotgame Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
#
local version=$1
rm .game || true
dlvs $version || true
ln -sv "~/.local/share/vintagestory_${version}" .game