From 9f676632c3c028241d59ece8bd5e813b7f077480 Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Wed, 13 May 2020 12:17:07 +0200 Subject: [PATCH] meson: ensure subprojects are up-to-date ... when creating the release tarball. Signed-off-by: Stephan Lachnit --- scripts/mkrelease.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mkrelease.sh b/scripts/mkrelease.sh index 26829be..8e961fb 100755 --- a/scripts/mkrelease.sh +++ b/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"