Skip to content

Commit

Permalink
Specify correct inih directory after update to r54
Browse files Browse the repository at this point in the history
  • Loading branch information
afayaz-feral committed Jul 21, 2022
1 parent 5fff745 commit 4dc99df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-r53/
tar -rf ${NAME}-${VERSION}.tar --exclude-vcs --transform="s,^subprojects,${NAME}-$VERSION/subprojects," subprojects/inih-r54/
# compress archive
xz -9 "${NAME}-${VERSION}.tar"

Expand Down

0 comments on commit 4dc99df

Please sign in to comment.