parent
144747c1d8
commit
d829a79333
|
@ -46,7 +46,8 @@ iwd_files server | tee "$iwd_sv_filelist"
|
|||
echo ""
|
||||
|
||||
modversion_txt_file="maps/mp/mods/_modversion.gsc"
|
||||
echo "getModVersionString(){return \"$(git describe --tags --always --dirty)\";}" > "$modversion_txt_file"
|
||||
version="$(git describe --tags --always --dirty)"
|
||||
echo "getModVersionString(){return \"$version\";}" > "$modversion_txt_file"
|
||||
(echo "LICENSE.txt") >> "$iwd_cl_filelist"
|
||||
(echo "$modversion_txt_file" && echo "LICENSE.txt") >> "$iwd_sv_filelist"
|
||||
|
||||
|
|
Loading…
Reference in New Issue