From 8bf26f912b92015a8af4f7e09e9e5848566816ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BCegsegger?= Date: Mon, 18 Mar 2024 14:11:03 +0100 Subject: [PATCH] fix: updated template --- Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 b/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 index c086c42..d62f73c 100644 --- a/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 +++ b/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 @@ -10,7 +10,7 @@ $RunWait = $True #Beginning of Process Name to Stop - optional wildcard (*) after, without .exe, multiple: "proc1","proc2" $Proc = @("") -#Beginning of Service Name to Stop - optional wildcard (*) after, without .exe, multiple: "proc1","proc2" +#Beginning of Service Name to Stop - multiple: "service1.exe","service2.exe" $Svc = @("") #Beginning of Process Name to Wait for to End - optional wildcard (*) after, without .exe, multiple: "proc1","proc2"