From 76810102718ae4d930cd0a74ac7f912b7733cd6a Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Thu, 17 Oct 2024 17:22:28 -0700 Subject: [PATCH] Update security message in install.md --- docs/install.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a200990..04f928c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -8,8 +8,9 @@ First, download a [precompiled release](https://github.com/philburk/hmsl/release 1. Drag the uncompressed "HMSL" folder to the top level "Music" folder. 1. IMPORTANT - Do not rename the HMSL folder. 1. Open the "Music/HMSL" folder and the "hmsl" folder inside it. -2. Hold down the Ctrl key and right click on the "JuceHMSL.app" icon. +1. Hold down the Ctrl key and right click on the "JuceHMSL.app" icon. \* 1. Click the Open button to open the app. +1. If you do not get an "Open" button then you can open System Settings >> Privacy & Security, scroll all the way to the bottom and choose "Launch Anyway" when an app is blocked. 1. (The next time you will only have to double-click JuceHMSL.app.) 1. Hit 'y' key to initialize HMSL. 1. Wait a few seconds then hit the ENTER key. @@ -17,3 +18,7 @@ First, download a [precompiled release](https://github.com/philburk/hmsl/release HMSL will now be ready for use. Next, enjoy some [guided tours of HMSL](tours/). + +\* Sorry about the security issues. +I have an Apple Developer certificate and am signing the app using XCode. +But I still get these warnings. I am looking on a solution. If you have advice you can comment on #165.