Skip to content
Snippets Groups Projects
config.xml 526 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <Installer>
    
    kali's avatar
    kali committed
        <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