From f044d347ec11f9aa26b252a4f814a38999d95fec Mon Sep 17 00:00:00 2001 From: Lotusshaney Date: Mon, 18 Nov 2024 14:43:30 +0000 Subject: [PATCH] Update build.sh This should allow for the version details to be present in the PKG --- macosx/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/build.sh b/macosx/build.sh index 100c308a4..b043da9f1 100755 --- a/macosx/build.sh +++ b/macosx/build.sh @@ -122,7 +122,7 @@ if which -s pkgbuild; then mkdir -p Resources/en.lproj cp -p copying.rtf Resources/en.lproj/License cp -p readme.rtf Resources/en.lproj/Readme - pkgbuild --root "$PREFIX" --identifier $PKGID $PKGID + pkgbuild --root "$PREFIX" --version "${PACKAGE_VERSION}" --identifier $PKGID $PKGID productbuild --distribution Distribution \ --resources Resources \ --package-path . \