Change the way that Vintage Story API is added to the CI server
This commit is contained in:
parent
c3ec58dbb5
commit
6a235366e5
5 changed files with 92 additions and 17 deletions
8
LinuxGeneralCompiler/mkdotgame
Executable file
8
LinuxGeneralCompiler/mkdotgame
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
|
||||
local version=$1
|
||||
|
||||
rm .game || true
|
||||
dlvs $version || true
|
||||
ln -sv "~/.local/share/vintagestory_${version}" .game
|
Loading…
Add table
Add a link
Reference in a new issue