This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2017-09-16 06:56:50 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<Installer>
|
|
|
|
<Name>Citra</Name>
|
|
|
|
<Version>1.0.0</Version>
|
|
|
|
<Title>Citra Updater</Title>
|
2017-10-11 01:10:59 +00:00
|
|
|
<Publisher>Citra Team</Publisher>
|
|
|
|
<!-- e.g. /Applications/Citra -->
|
2017-09-16 06:56:50 +00:00
|
|
|
<TargetDir>@ApplicationsDir@/Citra</TargetDir>
|
|
|
|
<InstallerApplicationIcon>icon</InstallerApplicationIcon>
|
|
|
|
<InstallerWindowIcon>icon.png</InstallerWindowIcon>
|
|
|
|
<RemoteRepositories>
|
2017-09-16 07:23:39 +00:00
|
|
|
<Repository>
|
2017-09-16 06:56:50 +00:00
|
|
|
<Url>https://repo.citra-emu.org</Url>
|
|
|
|
<Enabled>1</Enabled>
|
|
|
|
<DisplayName>Official Citra Repository</DisplayName>
|
2017-09-16 07:23:39 +00:00
|
|
|
</Repository>
|
|
|
|
</RemoteRepositories>
|
2017-09-16 06:56:50 +00:00
|
|
|
</Installer>
|