From 6fa05fd95c799abea29458634750ed08b1942ed4 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Sun, 17 Nov 2024 19:48:54 +0800 Subject: [PATCH] gnupg-np: Fix pre_install Signed-off-by: Chawye Hsu --- bucket/gnupg-np.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/gnupg-np.json b/bucket/gnupg-np.json index e7c737983a1..3465f6d1ab9 100644 --- a/bucket/gnupg-np.json +++ b/bucket/gnupg-np.json @@ -5,7 +5,7 @@ "license": "GPL-3.0-or-later", "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.6_20241029.exe#/dl.7z", "hash": "sha1:6d6b2017152fea4532afe38ce00e38a438b1e4bb", - "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\gnupg-uninstall.exe.nsis\" -Force -Recurse", + "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\gnupg-uninstall.exe.nsis\" -Force -Recurse -ErrorAction SilentlyContinue", "env_set": { "GNUPGHOME": "$env:USERPROFILE\\.gnupg" },