mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-05-17 08:36:37 +03:00
* feat: update app identifiers and development team for iOS and macOS builds * feat: rename AmneziaVPN to DefaultVPN in iOS configuration and code references * Complete rename * Missed folder renamed * Translation removed from commit * Another step of renaming * submodule reverted
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Installer>
|
|
<Name>DefaultVPN</Name>
|
|
<Version>@CMAKE_PROJECT_VERSION@</Version>
|
|
<Title>DefaultVPN</Title>
|
|
<Publisher>DefaultVPN</Publisher>
|
|
<StartMenuDir>DefaultVPN</StartMenuDir>
|
|
<TargetDir>@ApplicationsDir@/DefaultVPN</TargetDir>
|
|
<WizardDefaultWidth>600</WizardDefaultWidth>
|
|
<WizardDefaultHeight>380</WizardDefaultHeight>
|
|
<WizardStyle>Modern</WizardStyle>
|
|
<RemoveTargetDir>true</RemoveTargetDir>
|
|
<AllowSpaceInPath>true</AllowSpaceInPath>
|
|
<AllowNonAsciiCharacters>false</AllowNonAsciiCharacters>
|
|
<ControlScript>controlscript.js</ControlScript>
|
|
<RepositorySettingsPageVisible>false</RepositorySettingsPageVisible>
|
|
<DependsOnLocalInstallerBinary>true</DependsOnLocalInstallerBinary>
|
|
<SupportsModify>false</SupportsModify>
|
|
<DisableAuthorizationFallback>true</DisableAuthorizationFallback>
|
|
<RemoteRepositories>
|
|
<Repository>
|
|
<Url>https://defaultvpn.org/updates/linux</Url>
|
|
<Enabled>true</Enabled>
|
|
<DisplayName>DefaultVPN - repository for Linux</DisplayName>
|
|
</Repository>
|
|
</RemoteRepositories>
|
|
</Installer>
|