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:
parent
2afc7c16a9
commit
8802463889
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user