From 3161f3071bff183cf6454067ff76f915d47b0612 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 14 Oct 2024 01:59:55 +0200 Subject: [PATCH] Install Pennywise for each user --- scripts/Windows/Scripts/Deployment.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Windows/Scripts/Deployment.ps1 b/scripts/Windows/Scripts/Deployment.ps1 index 5849e97d..bab41e31 100644 --- a/scripts/Windows/Scripts/Deployment.ps1 +++ b/scripts/Windows/Scripts/Deployment.ps1 @@ -155,7 +155,9 @@ function Deploy-SoftwareAction { Remove-DesktopIcon "*Brave*"; Remove-TaskbarItem "*Brave*"; } + } + if ($Action -eq ([InstallerAction]::ConfigureUser)) { if (Test-Program "pennywise") { Install-WingetPackage kamranahmedse.pennywise; Remove-DesktopIcon "Pennywise*";