From 9511590fd6aa3b86938d855039c25da78e4ced30 Mon Sep 17 00:00:00 2001 From: Son Roy Almerol Date: Mon, 23 Dec 2024 13:45:46 -0500 Subject: [PATCH] remove wix shortcuts --- build/package/windows/wix.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/build/package/windows/wix.json b/build/package/windows/wix.json index fc413be..335a81f 100644 --- a/build/package/windows/wix.json +++ b/build/package/windows/wix.json @@ -13,19 +13,6 @@ "guid": "", "vars": null }, - "shortcuts": { - "guid": "6278083a-d1c2-4917-8057-96c3643e677b", - "items": [ - { - "name": "PBS Plus Agent", - "description": "Orchestrating backups with Proxmox Backup Server", - "target": "[INSTALLDIR]\\pbs-plus-agent.exe", - "wdir": "INSTALLDIR", - "arguments": "", - "icon": "logo.ico" - } - ] - }, "choco": { "description": "Orchestrating backups with Proxmox Backup Server", "project-url": "https://github.com/sonroyaalmerol/pbs-plus",