Installer works on Linux via command line script build.sh. Based on legacy projects needs refactoring. (./build.sh 0.0.3 linux GenericQtClient org.working_copy.genericQtClient)
This commit is contained in:
16
installer/config/config.xml.in
Normal file
16
installer/config/config.xml.in
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Installer>
|
||||
<Name>${PROJECT_NAME}</Name>
|
||||
<Version>1.0.0</Version>
|
||||
<Title>${PROJECT_NAME} Installer</Title>
|
||||
<Publisher>Working-Copy Collective</Publisher>
|
||||
<StartMenuDir>Utilities</StartMenuDir>
|
||||
<TargetDir>@ApplicationsDir@/${PROJECT_NAME}</TargetDir>
|
||||
<RemoteRepositories>
|
||||
<Repository>
|
||||
<Url>${CONFIG_REPO_URL}/${PLATFORM}/packages</Url>
|
||||
<Enabled>1</Enabled>
|
||||
<DisplayName>The ${PROJECT_NAME} repository</DisplayName>
|
||||
</Repository>
|
||||
</RemoteRepositories>
|
||||
</Installer>
|
||||
Reference in New Issue
Block a user