Add FreeBSD packaging. Tested on FreeBSD 10,11 x86_64

This commit is contained in:
olevole 2016-06-08 21:58:10 +03:00
parent b5cf967fba
commit a29454fbbf
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