1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-11 15:58:15 +03:00

update build scripts

This commit is contained in:
George Harker 2023-10-30 14:21:27 -07:00
parent 6fb2e5cd80
commit faa60d9c80

View File

@ -13,7 +13,7 @@ prepare_nvimserver() {
# Build NvimServer and copy
build_libnvim=true ./NvimServer/NvimServer/bin/build_nvimserver.sh
cp ./NvimServer/.build/apple/Products/Release/NvimServer "${resources_folder}"
cp ./Neovim/.build/apple/Products/Release/NvimServer "${resources_folder}"
# Create and copy runtime folder
install_path="$(/usr/bin/mktemp -d -t 'nvim-runtime')"