Skip to content

Commit

Permalink
gnupg-np: Fix pre_install
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu committed Nov 17, 2024
1 parent f11ce7d commit 6fa05fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/gnupg-np.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 6fa05fd

Please sign in to comment.