mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-25 16:42:39 -06:00
7e938fcdd9
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.
19 lines
710 B
XML
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>
|