From f9eaa1b5d063969e27cc6d624ea25decdbf86d10 Mon Sep 17 00:00:00 2001 From: Reverier-Xu Date: Tue, 9 Apr 2024 00:04:37 +0800 Subject: [PATCH] :rocket: fix mac build script --- deploy_macos.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy_macos.sh b/deploy_macos.sh index 3b4c964..b0f76cd 100755 --- a/deploy_macos.sh +++ b/deploy_macos.sh @@ -52,8 +52,7 @@ done echo '---- Running make install' mkdir -p dist APP_ROOT=dist -install -d ./build/bin/wsrx "${APP_ROOT}/wsrx" -install -d ./build/bin/wsrx-desktop "${APP_ROOT}/wsrx-desktop" +install -d ./build/bin/wsrx ./build/bin/wsrx-desktop "${APP_ROOT}/" ## DEPLOY ######################################################################