Browse Source

Specify the correct inih subproject directory.

Ahsan Fayaz 4 years ago
parent
commit
0344e7c311
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/mkrelease.sh

+ 1 - 1
scripts/mkrelease.sh

@@ -13,7 +13,7 @@ git archive HEAD --format=tar --prefix=${NAME}-${VERSION}/ --output=${NAME}-${VE
 # get code from subprojects
 meson subprojects download
 meson subprojects update
-tar -rf ${NAME}-${VERSION}.tar --exclude-vcs --transform="s,^subprojects,${NAME}-$VERSION/subprojects," subprojects/inih/
+tar -rf ${NAME}-${VERSION}.tar --exclude-vcs --transform="s,^subprojects,${NAME}-$VERSION/subprojects," subprojects/inih-r53/
 # compress archive
 xz -9 "${NAME}-${VERSION}.tar"