mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Moved CopyFolder to a separate Component RIVM-2
This commit is contained in:
		
							parent
							
								
									aa345a265f
								
							
						
					
					
						commit
						b150aa4143
					
				
					 1 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
					@ -154,6 +154,8 @@ cat > wix.xml << EOF
 | 
				
			||||||
      EmbedCab="yes"
 | 
					      EmbedCab="yes"
 | 
				
			||||||
      CompressionLevel="high" />
 | 
					      CompressionLevel="high" />
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					    <Property Id="SOURCEDIRECTORY" Value="${PKGUIFOLDER}" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <Directory Id="TARGETDIR" Name="SourceDir">
 | 
					    <Directory Id="TARGETDIR" Name="SourceDir">
 | 
				
			||||||
      <Directory Id="DesktopFolder"  SourceName="Desktop"/>
 | 
					      <Directory Id="DesktopFolder"  SourceName="Desktop"/>
 | 
				
			||||||
      <Directory Id="CopyWebViewUIFolder" SourceName="SourceDir"/>
 | 
					      <Directory Id="CopyWebViewUIFolder" SourceName="SourceDir"/>
 | 
				
			||||||
| 
						 | 
					@ -211,10 +213,6 @@ cat > wix.xml << EOF
 | 
				
			||||||
              DiskId="1"
 | 
					              DiskId="1"
 | 
				
			||||||
              Source="mesh-ui.exe"
 | 
					              Source="mesh-ui.exe"
 | 
				
			||||||
              KeyPath="yes" />
 | 
					              KeyPath="yes" />
 | 
				
			||||||
 | 
					 | 
				
			||||||
            <CopyFile Id="CopyWebViewUIFolder" SourceProperty="${PKGUIFOLDER}"
 | 
					 | 
				
			||||||
              DestinationDirectory="ui" SourceName="*" />
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            <File
 | 
					            <File
 | 
				
			||||||
              Id="WebViewDllFile"
 | 
					              Id="WebViewDllFile"
 | 
				
			||||||
              Name="webview.dll"
 | 
					              Name="webview.dll"
 | 
				
			||||||
| 
						 | 
					@ -229,6 +227,11 @@ cat > wix.xml << EOF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          </Component>
 | 
					          </Component>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					          <Component Id="CopyComponent" Guid="c61706dd-2204-4c72-8870-8cb05291c962">
 | 
				
			||||||
 | 
					              <CopyFile Id="CopyWebViewUIFolder" SourceProperty="SOURCEDIRECTORY"
 | 
				
			||||||
 | 
					                DestinationDirectory="ui" SourceName="*" />
 | 
				
			||||||
 | 
					          </Component>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <Component Id="ConfigScript" Guid="64a3733b-c98a-4732-85f3-20cd7da1a785">
 | 
					          <Component Id="ConfigScript" Guid="64a3733b-c98a-4732-85f3-20cd7da1a785">
 | 
				
			||||||
            <File
 | 
					            <File
 | 
				
			||||||
              Id="Configbat"
 | 
					              Id="Configbat"
 | 
				
			||||||
| 
						 | 
					@ -237,6 +240,7 @@ cat > wix.xml << EOF
 | 
				
			||||||
              Source="updateconfig.bat"
 | 
					              Source="updateconfig.bat"
 | 
				
			||||||
              KeyPath="yes"/>
 | 
					              KeyPath="yes"/>
 | 
				
			||||||
          </Component>
 | 
					          </Component>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        </Directory>
 | 
					        </Directory>
 | 
				
			||||||
      </Directory>
 | 
					      </Directory>
 | 
				
			||||||
    </Directory>
 | 
					    </Directory>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue