summaryrefslogtreecommitdiff
path: root/branding/templates/qtinstaller/config/config.xml
blob: 13dba49097fcfcd07a17a0e03d53d20e2d57886d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
    <Name>$APPNAME</Name>
    <Version>$VERSION</Version>
    <Title>$APPNAME Installer ($VERSION)</Title>
    <Publisher>LEAP Encryption Access Project</Publisher>
    <AllowNonAsciiCharacters>false</AllowNonAsciiCharacters>

    <!--
    <RemoteRepositories>
      <Repository>
        <Url>http://localhost/repository/</Url>
      </Repository>
    </RemoteRepositories>
    -->

    <MaintenanceToolName>uninstall</MaintenanceToolName>

    $PLATFORM_BLOCK

</Installer>