From b203534676a0fc157287e55db18e3e5be4a253ca Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:16:49 +0200 Subject: [PATCH] WAU App Installer Shortcut --- Sources/Winget-AutoUpdate/Winget-Install.ps1 | 1 + Sources/Wix/build.wxs | 23 ++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Sources/Winget-AutoUpdate/Winget-Install.ps1 b/Sources/Winget-AutoUpdate/Winget-Install.ps1 index 5fec755..b8d438a 100644 --- a/Sources/Winget-AutoUpdate/Winget-Install.ps1 +++ b/Sources/Winget-AutoUpdate/Winget-Install.ps1 @@ -368,6 +368,7 @@ else { if ($Winget) { #Put apps in an array $AppIDsArray = $AppIDs -split "," + Write-Host "" #Run install or uninstall for all apps foreach ($App_Full in $AppIDsArray) { diff --git a/Sources/Wix/build.wxs b/Sources/Wix/build.wxs index 7af57ae..ca0f12b 100644 --- a/Sources/Wix/build.wxs +++ b/Sources/Wix/build.wxs @@ -107,6 +107,10 @@ + + + + @@ -163,6 +167,10 @@ + + + + @@ -220,6 +228,9 @@ + + + @@ -268,6 +279,7 @@ + @@ -336,6 +348,9 @@ + + + @@ -345,6 +360,14 @@ + + + + + + + +