mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 07:10:28 +00:00
Package display name
This commit is contained in:
parent
6f927b0613
commit
4762edc2b3
@ -83,12 +83,18 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ $PKGNAME != "master" ]; then
|
||||||
|
PKGDISPLAYNAME="Yggdrasil Network (${PKGNAME} branch)"
|
||||||
|
elif
|
||||||
|
PKGDISPLAYNAME="Yggdrasil Network"
|
||||||
|
fi
|
||||||
|
|
||||||
# Generate the wix.xml file
|
# Generate the wix.xml file
|
||||||
cat > wix.xml << EOF
|
cat > wix.xml << EOF
|
||||||
<?xml version="1.0" encoding="windows-1252"?>
|
<?xml version="1.0" encoding="windows-1252"?>
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<Product
|
<Product
|
||||||
Name="Yggdrasil (${PKGNAME} branch)"
|
Name="${PKGDISPLAYNAME}"
|
||||||
Id="*"
|
Id="*"
|
||||||
UpgradeCode="${PKGGUID}"
|
UpgradeCode="${PKGGUID}"
|
||||||
Language="1033"
|
Language="1033"
|
||||||
|
Loading…
Reference in New Issue
Block a user