mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-24 14:23:34 +03:00
Update README
This commit is contained in:
parent
df4695c137
commit
0ea0ca2404
@ -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/
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user