Skip to content

Commit

Permalink
automatic release packager
Browse files Browse the repository at this point in the history
  • Loading branch information
thacuber2a03 committed Jul 18, 2024
1 parent d3ae24d commit 35a7270
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
mkdir release
make && cp txt release/
cp examples/ release/ -r
cp LICENSE release/
cp main.wren release/
cp api.md release/
echo "done, now to compile the Windows version"

0 comments on commit 35a7270

Please sign in to comment.