Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Apps/node_runner/build-mac-app.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

ASSETS_DIR='./macos/assets'
make mac
mkdir $ASSETS_DIR
cp ./macos/run.command $ASSETS_DIR
cp ./build/ZeuZ_Node_macos $ASSETS_DIR
cp ./zeuz-logo.png $ASSETS_DIR
cd macos
go run macapp.go -assets ./assets -bin run.command -icon ./assets/zeuz-logo.png -identifier ai.zeuz.node -name "ZeuZ Node" -o ../build
cd ../
rm -rf $ASSETS_DIR
Loading
Loading