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:
2025-10-29 11:09:04 +01:00
parent 0acc36454c
commit fc083f527a
12 changed files with 360 additions and 3 deletions

View 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>