Lime3DS/dist/installer/config/config_windows.xml
Reg Tiangha 7e938fcdd9
Replace all remaining Citra references with Lime3DS
Whereas previous efforts were focused on the user-facing side, this commit replaces Citra references which are present in the codebase itself. This should be the last time a change like this is ever necessary.
2024-08-21 21:02:46 +01:00

19 lines
710 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Lime3DS</Name>
<Version>1.0.0</Version>
<Title>Lime3DS Updater</Title>
<Publisher>Lime3DS Team</Publisher>
<StartMenuDir>Lime3DS</StartMenuDir>
<!-- e.g. C:\home\<user>\AppData\Local\Lime3DS -->
<TargetDir>@HomeDir@/AppData/Local/Lime3DS</TargetDir>
<InstallerApplicationIcon>icon</InstallerApplicationIcon>
<InstallerWindowIcon>icon.png</InstallerWindowIcon>
<RemoteRepositories>
<Repository>
<Url>https://repo.citra-emu.org</Url>
<Enabled>1</Enabled>
<DisplayName>Official Lime3DS Repository</DisplayName>
</Repository>
</RemoteRepositories>
</Installer>