Skip to content

Commit

Permalink
Add commands for macOS builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBlade committed Apr 27, 2018
1 parent c905595 commit dca7b3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pack.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
cd "`dirname "$0"`"
./xnbcli pack ./unpacked ./packed
3 changes: 3 additions & 0 deletions unpack.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
cd "`dirname "$0"`"
./xnbcli unpack ./packed ./unpacked

0 comments on commit dca7b3f

Please sign in to comment.