mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
12 lines
432 B
XML
12 lines
432 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Package>
|
|
<DisplayName>AmneziaVPN</DisplayName>
|
|
<Description>Installation package for AmneziaVPN</Description>
|
|
<Version>@CMAKE_PROJECT_VERSION@</Version>
|
|
<ReleaseDate>@RELEASE_DATE@</ReleaseDate>
|
|
<Default>true</Default>
|
|
<ForcedInstallation>true</ForcedInstallation>
|
|
<RequiresAdminRights>true</RequiresAdminRights>
|
|
<Script>componentscript.js</Script>
|
|
</Package>
|