Skip to content

Commit

Permalink
Update bin file. Add bash build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bleech committed Sep 3, 2019
1 parent cff619e commit bb2b494
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file modified bin/vh-config
Binary file not shown.
9 changes: 9 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
echo rm bin/vh-config
rm bin/vh-config

echo npm list -g --depth 0 | grep "pkg"
npm list -g --depth 0 | grep "pkg"

echo pkg vh-config.js -t macos --output bin/vh-config
pkg vh-config.js -t macos --output bin/vh-config && echo "Build completed!"

0 comments on commit bb2b494

Please sign in to comment.