Skip to content

Commit

Permalink
Add Lua files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
billbirchatcoles committed Jun 10, 2020
1 parent 5b88fe6 commit 8768b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# vendor/
foo*
frangipanni
frangipanni_mac
frangipanni.tgz
frangipanni.zip
sandbox
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ go build
test/confidence.sh

GOOS=windows GOARCH=386 go build -o frangipanni.exe frangipanni.go
GOOS=darwin GOARCH=amd64 go build -o frangipanni_mac frangipanni.go

rm -f frangipanni.zip rm -f frangipanni.tgz
tar zcvf frangipanni.tgz frangipanni
zip frangipanni.zip frangipanni.exe
tar zcvf frangipanni.tgz frangipanni *.lua
zip frangipanni.zip frangipanni.exe frangipanni_mac *.lua

ls -ltr

0 comments on commit 8768b88

Please sign in to comment.