From 9b04e31b735d0bdae127b1c95624ade4150a515d Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:26:08 +0200 Subject: [PATCH] Remove invisible.vbs --- Sources/Winget-AutoUpdate/Invisible.vbs | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Sources/Winget-AutoUpdate/Invisible.vbs diff --git a/Sources/Winget-AutoUpdate/Invisible.vbs b/Sources/Winget-AutoUpdate/Invisible.vbs deleted file mode 100644 index c95e6b6..0000000 --- a/Sources/Winget-AutoUpdate/Invisible.vbs +++ /dev/null @@ -1 +0,0 @@ -CreateObject("Wscript.Shell").Run "" & WScript.Arguments(0) & "", 0, True