Skip to content

Commit

Permalink
🚀 fix mac build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Apr 8, 2024
1 parent 6fed185 commit f9eaa1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ######################################################################

Expand Down

0 comments on commit f9eaa1b

Please sign in to comment.