This commit is contained in:
Markus
2025-04-09 09:34:07 +02:00
parent 02902e374e
commit 6ec57c9cff
26 changed files with 40 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
#include <windows.h>
IDI_ICON1 ICON "C:\\Users\\Markus\\Nextcloud\\CPP-Projekte\\AutoTools\\ProjektManager\\icons\\appicon.ico"
IDI_ICON1 ICON "C:/Users/Markus/Nextcloud/CPP-Projekte/AutoTools/ProjektManager/icons/appicon.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,0

View File

@@ -3,8 +3,6 @@
<Name>ProjektManager</Name>
<Version>1.16.3</Version>
<Title><Name>ProjektManager</Name> Installer</Title>
<InstallerApplicationIcon>installerIcon1</InstallerApplicationIcon>
<InstallerWindowIcon>installerIcon2</InstallerWindowIcon>
<Publisher>Markus</Publisher>
<StartMenuDir>ProjektManager</StartMenuDir>
<TargetDir>@ApplicationsDir@/ProjektManager/</TargetDir>
@@ -13,7 +11,7 @@
<MaintenanceToolName>ProjektManagerMaintenanceTool</MaintenanceToolName>
<RemoteRepositories>
<Repository>
<Url>https://code.obermui.de/Markus/ProjektManagerC/media/branch/main/installer/repository</Url>
<Url>https://code.obermui.de/Markus/ProjektManager/media/branch/main/installer/repository</Url>
<Enabled>1</Enabled>
<DisplayName>Main-Repo</DisplayName>
</Repository>

View File

@@ -6,9 +6,9 @@ Component.prototype.createOperations = function() {
component.createOperations();
if(systemInfo.productType === "windows") {
component.addOperation("CreateShortcut", "@TargetDir@/bin/ProjektManager.exe", "@StartMenuDir@/ProjektManager.lnk", "description=A Program to manage my Qt Projects");
component.addOperation("CreateShortcut", "@TargetDir@/bin/ProjektManager.exe", "@StartMenuDir@/ProjektManager.lnk", "description=");
component.addOperation("CreateShortcut", "@TargetDir@/bin/ProjektManager.exe", "@HomeDir@/Desktop/ProjektManager.lnk", "description=A Program to manage my Qt Projects");
component.addOperation("CreateShortcut", "@TargetDir@/bin/ProjektManager.exe", "@HomeDir@/Desktop/ProjektManager.lnk", "description=");
}
}

View File

@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package>
<DisplayName>ProjektManager 1.16.3</DisplayName>
<Description>A Program to manage my Qt Projects</Description>
<Description></Description>
<Version>1.16.3</Version>
<Default>true</Default>
<ReleaseDate>2024-06-13</ReleaseDate>
<Licenses>
<License name="GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007" file="license.txt" />
</Licenses>
<ReleaseDate>2025-01-16</ReleaseDate>
<Operations>
<Operation name="Extract">
<Argument>@TargetDir@/bin/</Argument>

BIN
installer/repository/2024-06-13-1231_meta.7z (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
installer/repository/Updates.xml (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.