mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 02:34:34 +00:00
28 lines
1000 B
XML
28 lines
1000 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<Installer>
|
||
|
<WizardDefaultWidth>640px</WizardDefaultWidth>
|
||
|
<WizardDefaultHeight>400px</WizardDefaultHeight>
|
||
|
<Name>CQtDeployer</Name>
|
||
|
<Version>1.4.0.0</Version>
|
||
|
<Title>CQtDeployer</Title>
|
||
|
<Publisher>QuasarApp</Publisher>
|
||
|
<StartMenuDir>CQtDeployer</StartMenuDir>
|
||
|
<TargetDir>@HomeDir@/CQtDeployer</TargetDir>
|
||
|
<InstallActionColumnVisible>true</InstallActionColumnVisible>
|
||
|
<RemoveTargetDir>true</RemoveTargetDir>
|
||
|
<ControlScript>controlScript.js</ControlScript>
|
||
|
<MaintenanceToolName>CQtDeployerTool</MaintenanceToolName>
|
||
|
<WizardStyle>Classic</WizardStyle>
|
||
|
<StyleSheet>style.css</StyleSheet>
|
||
|
<Banner>banner.png</Banner>
|
||
|
<Logo>logo.png</Logo>
|
||
|
|
||
|
<RemoteRepositories>
|
||
|
<Repository>
|
||
|
<Url>http://quasarapp.ddns.net:3030/CQtDeployer/Linux</Url>
|
||
|
<Enabled>1</Enabled>
|
||
|
<DisplayName>QuasarApp</DisplayName>
|
||
|
</Repository>
|
||
|
</RemoteRepositories>
|
||
|
</Installer>
|