Skip to content

Commit 1ff017b

Browse files
committed
Updated macos ci package script
1 parent 7a3999b commit 1ff017b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

ci/macos/package-macos.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ fi
1515
echo "=> Preparing package build"
1616
export QT_CELLAR_PREFIX="$(/usr/bin/find /usr/local/Cellar/qt -d 1 | sort -t '.' -k 1,1n -k 2,2n -k 3,3n | tail -n 1)"
1717

18-
GIT_HASH=$(git rev-parse --short HEAD)
19-
GIT_BRANCH_OR_TAG=$(git name-rev --name-only HEAD | awk -F/ '{print $NF}')
20-
21-
PKG_VERSION="$GIT_HASH-$GIT_BRANCH_OR_TAG"
22-
23-
FILENAME_UNSIGNED="$PLUGIN_NAME-$PKG_VERSION-Unsigned.pkg"
24-
FILENAME="$PLUGIN_NAME-$PKG_VERSION.pkg"
18+
FILENAME_UNSIGNED="$PLUGIN_NAME-$PLUGIN_VERSION-Unsigned.pkg"
19+
FILENAME="$PLUGIN_NAME-$PLUGIN_VERSION.pkg"
2520

2621
echo "=> Modifying $PLUGIN_NAME.so"
2722
install_name_tool \

0 commit comments

Comments
 (0)