forked from mirror/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
592 B
15 lines
592 B
<?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>
|
|
|