From c4fd285f7bf21b35630a7c16bc578a6a9e943201 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 18 Oct 2022 11:36:35 +0200 Subject: [PATCH] fixed MacOS instructions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f1e7777f..5f1c88dc 100644 --- a/readme.md +++ b/readme.md @@ -302,7 +302,7 @@ make -j From the top of the SDRPlusPlus directory: ```sh -sh make_macos_bundle.sh ${{runner.workspace}}/build ./SDR++.app +sh make_macos_bundle.sh ./build ./SDR++.app ``` This will create a `SDR++.app` bundle that you can instal like any other MacOS app by dragging it into Applications.