1
0
Эх сурвалжийг харах

meson: ensure subprojects are up-to-date

... when creating the release tarball.

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 4 жил өмнө
parent
commit
9f676632c3
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      scripts/mkrelease.sh

+ 1 - 0
scripts/mkrelease.sh

@@ -5,6 +5,7 @@ set -e
 # gamemode tree, including the subprojects, so that it can be trivially
 # packaged by distributions banning networking during build.
 meson subprojects download
+meson subprojects update
 
 # Bump in tandem with meson.build, run script once new tag is up.
 VERSION="1.6-dev"