1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 06:43:24 +03:00

fix build script

this changes in more recent platforms for reasons I don’t understand, however, for the current deployent os this is correct now.
This commit is contained in:
George Harker 2023-11-08 09:28:40 -08:00
parent ffb3423b0f
commit c918c92aad

View File

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