1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-24 14:23:34 +03:00

Update README

This commit is contained in:
Tae Won Ha 2022-06-26 19:01:16 +02:00
parent df4695c137
commit 0ea0ca2404
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ git submodule update
xcode-select --install # install the Xcode command line tools, if you haven't already
brew bundle
code_sign=false use_carthage_cache=false ./bin/build_vimr.sh
clean=true notarize=false use_carthage_cache=false ./bin/build_vimr.sh
# VimR.app will be placed in ./build/Build/Products/Release/
```

View File

@ -11,7 +11,7 @@ main() {
pushd "./NvimServer"
./NvimServer/bin/build_nvimserver.sh
cp ./.build/release/NvimServer ../NvimView/Sources/NvimView/Resources
cp ./.build/apple/Products/Release/NvimServer ../NvimView/Sources/NvimView/Resources
cp -r ./runtime ../NvimView/Sources/NvimView/Resources
cp ../NvimView/Sources/NvimView/Resources/com.qvacua.NvimView.vim ../NvimView/Sources/NvimView/Resources/runtime/plugin
popd >/dev/null