mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Fix syntax error in build-msi.sh
This commit is contained in:
parent
4762edc2b3
commit
1a1e32c411
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ fi
|
||||||
|
|
||||||
if [ $PKGNAME != "master" ]; then
|
if [ $PKGNAME != "master" ]; then
|
||||||
PKGDISPLAYNAME="Yggdrasil Network (${PKGNAME} branch)"
|
PKGDISPLAYNAME="Yggdrasil Network (${PKGNAME} branch)"
|
||||||
elif
|
else
|
||||||
PKGDISPLAYNAME="Yggdrasil Network"
|
PKGDISPLAYNAME="Yggdrasil Network"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue