From 4d74a07dc88870ad90d39aff057a8784801d9a1b Mon Sep 17 00:00:00 2001 From: Philip Belesky Date: Mon, 24 May 2021 16:57:07 +1000 Subject: [PATCH] Add macOS build instrucions --- RELEASE.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b7a81d78..4845b14f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -18,9 +18,15 @@ In command prompt (not power shell) executed in the `plugin\release` directory: - > "C:\Program Files\Rhino 6\System\Yak.exe" build - > "C:\Program Files\Rhino 6\System\Yak.exe" push groundhog-X.Y.Z.yak - > "C:\Program Files\Rhino 6\System\Yak.exe" search groundhog + > "C:\Program Files\Rhino 7\System\Yak.exe" build + > "C:\Program Files\Rhino 7\System\Yak.exe" push groundhog-X.Y.Z.yak + > "C:\Program Files\Rhino 7\System\Yak.exe" search groundhog + +Or, on macOS: + + > "/Applications/Rhino 7.app/Contents/Resources/bin/yak" build + > "/Applications/Rhino 7.app/Contents/Resources/bin/yak" push groundhog-X.Y.Z.yak + > "/Applications/Rhino 7.app/Contents/Resources/bin/yak" search groundhog #### Update Plugin on Github