Scripts have been ported from sdtui, and adjusted for Meson. The port is broken through and through on WINE, but sort-of works natively.
		
			
				
	
	
		
			12 lines
		
	
	
		
			458 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			458 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 | |
| <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 | |
| 	<assemblyIdentity name="fiv" version="1.0.0.0" type="win32" />
 | |
| 	<dependency>
 | |
| 		<dependentAssembly>
 | |
| 			<assemblyIdentity name="Microsoft.Windows.Common-Controls"
 | |
| 				version="6.0.0.0" type="win32" processorArchitecture="*"
 | |
| 				publicKeyToken="6595b64144ccf1df" language="*" />
 | |
| 		</dependentAssembly>
 | |
| 	</dependency>
 | |
| </assembly>
 |