Skip to content

Commit ec87c17

Browse files
authored
Update download.html
Updated the path to the Windows GPG installation to reflect the latest version of Gpg4win: "C:\Program Files (x86)\GnuPG\bin\gpg.exe"
1 parent c653212 commit ec87c17

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)