1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-03 13:19:00 +03:00

fix entitlements path

This commit is contained in:
George Harker 2023-11-08 09:40:42 -08:00
parent 13bf3b10a9
commit 54918f5f9c

View File

@ -15,7 +15,7 @@ main () {
pushd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null
echo "### Signing VimR"
local entitlements_path
entitlements_path=$(realpath ./Carthage/Build/Mac/NvimServer/NvimServer.entitlements)
entitlements_path=$(realpath ./NvimServer/NvimServer/Resources/NvimServer.entitlements)
readonly entitlements_path
remove_sparkle_xpc