mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 23:25:36 +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
|
||||
|
||||
# Check the prerequisite files are in place
|
||||
(
|
||||
[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 ./build
|
||||
[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=0 ./build
|
||||
) || (
|
||||
echo "failed to build Yggdrasil"
|
||||
exit 1
|
||||
)
|
||||
[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 ./build
|
||||
[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=0 ./build
|
||||
|
||||
# Create the postinstall script
|
||||
cat > config.bat << EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue