mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			696 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			696 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <Installer>
 | |
|     <Name>Citra</Name>
 | |
|     <Version>1.0.0</Version>
 | |
|     <Title>Citra Updater</Title>
 | |
|     <Publisher>Citra Team</Publisher>
 | |
|     <StartMenuDir>Citra</StartMenuDir>
 | |
|     <!-- e.g. C:\home\<user>\AppData\Local\Citra -->
 | |
|     <TargetDir>@HomeDir@/AppData/Local/Citra</TargetDir>
 | |
|     <InstallerApplicationIcon>icon</InstallerApplicationIcon>
 | |
|     <InstallerWindowIcon>icon.png</InstallerWindowIcon>
 | |
|     <RemoteRepositories>
 | |
|         <Repository>
 | |
|             <Url>https://repo.citra-emu.org</Url>
 | |
|             <Enabled>1</Enabled>
 | |
|             <DisplayName>Official Citra Repository</DisplayName>
 | |
|         </Repository>
 | |
|     </RemoteRepositories>
 | |
| </Installer>
 |