mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Move Wintun to separate feature
This commit is contained in:
		
							parent
							
								
									bf5d5b2269
								
							
						
					
					
						commit
						1d41199501
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -177,13 +177,16 @@ cat > wix.xml << EOF
 | 
				
			||||||
        SourceFile="${PKGMSMNAME}" />
 | 
					        SourceFile="${PKGMSMNAME}" />
 | 
				
			||||||
    </Directory>
 | 
					    </Directory>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <Feature Id="Complete" Level="1">
 | 
					    <Feature Id="YggdrasilFeature" Title="Yggdrasil" Level="1">
 | 
				
			||||||
      <MergeRef Id="Wintun" />
 | 
					 | 
				
			||||||
      <ComponentRef Id="MainExecutable" />
 | 
					      <ComponentRef Id="MainExecutable" />
 | 
				
			||||||
      <ComponentRef Id="CtrlExecutable" />
 | 
					      <ComponentRef Id="CtrlExecutable" />
 | 
				
			||||||
      <ComponentRef Id="ConfigScript" />
 | 
					      <ComponentRef Id="ConfigScript" />
 | 
				
			||||||
    </Feature>
 | 
					    </Feature>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <Feature Id="WintunFeature" Title="Wintun" Level="1">
 | 
				
			||||||
 | 
					      <MergeRef Id="Wintun" />
 | 
				
			||||||
 | 
					    </Feature>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <CustomAction
 | 
					    <CustomAction
 | 
				
			||||||
      Id="UpdateGenerateConfig"
 | 
					      Id="UpdateGenerateConfig"
 | 
				
			||||||
      Directory="YggdrasilInstallFolder"
 | 
					      Directory="YggdrasilInstallFolder"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue