mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	FileKey fix RIVM-6
This commit is contained in:
		
							parent
							
								
									9f676d54cd
								
							
						
					
					
						commit
						7e0fc0d8db
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -308,7 +308,7 @@ cat > wix.xml << EOF
 | 
				
			||||||
    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
 | 
					    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
 | 
				
			||||||
    <CustomAction Id="LaunchApplication" 
 | 
					    <CustomAction Id="LaunchApplication" 
 | 
				
			||||||
      Impersonate="yes" 
 | 
					      Impersonate="yes" 
 | 
				
			||||||
      FileKey="[#MeshUI]"
 | 
					      FileKey="MeshUI"
 | 
				
			||||||
      ExeCommand="ui\index.html" 
 | 
					      ExeCommand="ui\index.html" 
 | 
				
			||||||
      Return="asyncNoWait" />
 | 
					      Return="asyncNoWait" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue