mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Package display name
This commit is contained in:
		
							parent
							
								
									6f927b0613
								
							
						
					
					
						commit
						4762edc2b3
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue