mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
Notarize even when not publishing
This commit is contained in:
parent
8561713ac9
commit
fbd19d75f3
10
bin/build.sh
10
bin/build.sh
@ -89,11 +89,6 @@ echo "### Compund version: ${compound_version}"
|
||||
echo "### Tag: ${tag}"
|
||||
echo "### VimR archive file name: ${vimr_file_name}"
|
||||
|
||||
if [[ "${publish}" == false ]] ; then
|
||||
echo "Do not publish => exiting now..."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "### Notarizing"
|
||||
pushd ./build/Build/Products/Release > /dev/null
|
||||
codesign \
|
||||
@ -117,6 +112,11 @@ pushd ./build/Build/Products/Release > /dev/null
|
||||
tar cjf ${vimr_file_name} VimR.app
|
||||
popd > /dev/null
|
||||
|
||||
if [[ "${publish}" == false ]] ; then
|
||||
echo "Do not publish => exiting now..."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
./bin/commit_and_push_tags.sh
|
||||
./bin/create_github_release.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user