Files
DefaultVPN/deploy/installer/config/linux.xml.in
Yaroslav e12e9a6587 Product rename (#4)
* 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
2025-03-25 22:12:13 +07:00

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>