mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Rename to Luanti (#15294)
The new header intentionally isn't in MTG stone design (or any other MTG-esque design), since we want to distance Luanti and MTG from each other. The font "undefined medium" (https://undefined-medium.com/) was used. ASCII art generated by https://patorjk.com/software/taag/#p=display&f=Graffiti&t=luanti https://github.com/minetest/minetest/pull/11952#issuecomment-1013364703 --------- Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
		
							
								
								
									
										20
									
								
								misc/luanti.exe.manifest
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								misc/luanti.exe.manifest
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
			
		||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 | 
			
		||||
    <assemblyIdentity type="win32" name="luanti" version="0.0.0.0" />
 | 
			
		||||
    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
 | 
			
		||||
        <security>
 | 
			
		||||
            <requestedPrivileges>
 | 
			
		||||
                <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
 | 
			
		||||
            </requestedPrivileges>
 | 
			
		||||
        </security>
 | 
			
		||||
    </trustInfo>
 | 
			
		||||
    <application xmlns="urn:schemas-microsoft-com:asm.v3">
 | 
			
		||||
        <windowsSettings>
 | 
			
		||||
            <!-- https://learn.microsoft.com/en-us/windows/win32/hidpi/setting-the-default-dpi-awareness-for-a-process#setting-default-awareness-with-the-application-manifest -->
 | 
			
		||||
            <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
 | 
			
		||||
            <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
 | 
			
		||||
            <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
 | 
			
		||||
            <heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
 | 
			
		||||
        </windowsSettings>
 | 
			
		||||
    </application>
 | 
			
		||||
</assembly>
 | 
			
		||||
		Reference in New Issue
	
	Block a user