mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 15:15:07 +03:00
Bugfix
This commit is contained in:
parent
1c5d232d35
commit
fada1f5383
1 changed files with 2 additions and 7 deletions
|
@ -36,13 +36,8 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check the prerequisite files are in place
|
# Check the prerequisite files are in place
|
||||||
(
|
[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 ./build
|
||||||
[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 ./build
|
[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=0 ./build
|
||||||
[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=0 ./build
|
|
||||||
) || (
|
|
||||||
echo "failed to build Yggdrasil"
|
|
||||||
exit 1
|
|
||||||
)
|
|
||||||
|
|
||||||
# Create the postinstall script
|
# Create the postinstall script
|
||||||
cat > config.bat << EOF
|
cat > config.bat << EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue