mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-13 21:39:33 +00:00
- adjust config.xml - add install script file - fix license file location Change-Id: Ie6f046f8cb8a7623915b11958fb7cce6082b5617 Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
10 lines
313 B
XML
10 lines
313 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Installer>
|
|
<Name>Your application</Name>
|
|
<Version>1.2.3</Version>
|
|
<Title>Your application Installer</Title>
|
|
<Publisher>Your vendor</Publisher>
|
|
<StartMenuDir>Super App</StartMenuDir>
|
|
<TargetDir>@rootDir@InstallationDirectory</TargetDir>
|
|
</Installer>
|