mirror of https://github.com/Nheko-Reborn/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.
14 lines
500 B
14 lines
500 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Package>
|
|
<DisplayName>Nheko</DisplayName>
|
|
<Description>Desktop client for the Matrix protocol</Description>
|
|
<Version>__VERSION__</Version>
|
|
<ReleaseDate>__DATE__</ReleaseDate>
|
|
<Licenses>
|
|
<License name="Nheko License - GPLv3" file="license.txt" />
|
|
</Licenses>
|
|
<Default>true</Default>
|
|
<ForcedInstallation>true</ForcedInstallation>
|
|
<SortingPriority>100</SortingPriority>
|
|
<Script>installscript.qs</Script>
|
|
</Package>
|
|
|