mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-26 09:02:44 -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.
18 lines
648 B
XML
18 lines
648 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>
|
|
<!-- e.g. /Applications/Lime3DS -->
|
|
<TargetDir>@ApplicationsDir@/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>
|