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 f9eaa1b commit fe5ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ done
echo '---- Running make install'
mkdir -p dist
APP_ROOT=dist
install -d ./build/bin/wsrx ./build/bin/wsrx-desktop "${APP_ROOT}/"
install ./build/bin/wsrx ./build/bin/wsrx-desktop "${APP_ROOT}/"

## DEPLOY ######################################################################

Expand Down

0 comments on commit fe5ab94

Please sign in to comment.