Lime3DS/dist/installer/config/config_windows.xml

20 lines
710 B
XML
Raw Normal View History

2017-09-16 01:56:50 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Lime3DS</Name>
2017-09-16 01:56:50 -05:00
<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>
2017-09-16 01:56:50 -05:00
<InstallerApplicationIcon>icon</InstallerApplicationIcon>
<InstallerWindowIcon>icon.png</InstallerWindowIcon>
<RemoteRepositories>
2017-09-16 02:23:39 -05:00
<Repository>
2017-09-16 01:56:50 -05:00
<Url>https://repo.citra-emu.org</Url>
<Enabled>1</Enabled>
<DisplayName>Official Lime3DS Repository</DisplayName>
2017-09-16 02:23:39 -05:00
</Repository>
</RemoteRepositories>
2017-09-16 01:56:50 -05:00
</Installer>