summaryrefslogtreecommitdiffstats
path: root/deploy/installer/config.xml
blob: c56032dc37425b838f51ded589c9b431d2de1bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
    <Name>Nheko</Name>
    <Version>__VERSION__</Version>
    <Title>Nheko Installer</Title>
    <Publisher>Mujx</Publisher>
    <ProductUrl>https://github.com/Nheko-Reborn/nheko</ProductUrl>
    <InstallerWindowIcon>nheko</InstallerWindowIcon>
    <InstallerApplicationIcon>nheko</InstallerApplicationIcon>
    <Logo>nheko.png</Logo>
    <StartMenuDir>Nheko</StartMenuDir>
    <TargetDir>@ApplicationsDir@/nheko</TargetDir>
    <RunProgram>@TargetDir@/nheko.exe</RunProgram>
    <ControlScript>controlscript.qs</ControlScript>
</Installer>