1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 07:13:24 +03:00

Fix build script

This commit is contained in:
Tae Won Ha 2016-10-10 19:03:14 +02:00
parent 2afc7c16a9
commit 8802463889
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -62,7 +62,7 @@ git tag -a -m "$CUR_MARKETING_VERSION ($CUR_BUNDLE_VERSION)" snapshot/${SNAPSHOT
pushd build/Release
VIMR_FILE_NAME="VimR-$RELEASE_VERSION.tar.bz2"
VIMR_FILE_NAME="VimR-${RELEASE_VERSION}.tar.bz2"
tar cjf ${VIMR_FILE_NAME} VimR.app
tar cjf SwiftNeoVim.framework-${RELEASE_VERSION}.tar.bz2 SwiftNeoVim.framework