Skip to content

Commit 956dc9f

Browse files
committed
Merge #879: Update GPG4win path for easy user verification.html
ec87c17 Update download.html (Vlad Costea @ BTCTKVR.com) Pull request description: Updated the path to the Windows GPG installation to reflect the latest version of Gpg4win: "C:\Program Files (x86)\GnuPG\bin\gpg.exe" Top commit has no ACKs. Tree-SHA512: d770ffd9e75f4f06240c1907e091b17bce0c935944ccdf3e3c6152d47caf14f267e3a4e6055a31479a195c92a9b358b5a41b69189c669f04e80ee973ea47fddb
2 parents c653212 + ec87c17 commit 956dc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h2 style="text-align: center">{{ page.verify_title }}</h2>
118118
<h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.verify_download}}</h2>
119119
{{page.verification_recommended}}
120120
<details>
121-
{% assign GPG = "C:\Program Files\Gnu\GnuPg\gpg.exe" %}
121+
{% assign GPG = "C:\Program Files (x86)\GnuPG\bin\gpg.exe" %}
122122
<summary><strong>{{page.windows_instructions}}</strong></summary>
123123
<ol>
124124
<li><p>{{page.download_release}}</p></li>

0 commit comments

Comments
 (0)