mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-10 00:39:25 +01: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.
20 lines
722 B
XML
20 lines
722 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. /home/<user>/.lime3ds or /opt/lime3ds if run as root -->
|
|
<TargetDir>@HomeDir@/.lime3ds</TargetDir>
|
|
<AdminTargetDir>/opt/lime3ds</AdminTargetDir>
|
|
<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>
|