Lime3DS/dist/installer/config/config_mac.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

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>