fix #18. don't revert the version before building the 386 packages.

pull/32/head v0.0.9
John Shahid 2013-11-07 10:16:38 -05:00
parent c5145833b9
commit 7b3344faa0
1 changed files with 1 additions and 1 deletions

View File

@ -123,5 +123,5 @@ function revert_version {
setup_version
packae_source
UPDATE=on ./build.sh && package_files amd64 && build_packages amd64
revert_version
[ $on_linux == yes ] && CGO_ENABLED=1 GOARCH=386 UPDATE=on ./build.sh && package_files 386 && build_packages 386
revert_version