Merge pull request #19 from olevole/master

Add FreeBSD packaging. Tested on FreeBSD 10,11 x86_64
This commit is contained in:
Josh Baker 2016-06-08 12:33:31 -07:00
commit 80c4e663bc
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ if [ "$1" == "package" ]; then
package "Windows" "windows" "amd64" package "Windows" "windows" "amd64"
package "Mac" "darwin" "amd64" package "Mac" "darwin" "amd64"
package "Linux" "linux" "amd64" package "Linux" "linux" "amd64"
package "FreeBSD" "freebsd" "amd64"
exit exit
fi fi