We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c653212 commit ec87c17Copy full SHA for ec87c17
_includes/templates/download.html
@@ -118,7 +118,7 @@ <h2 style="text-align: center">{{ page.verify_title }}</h2>
118
<h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.verify_download}}</h2>
119
{{page.verification_recommended}}
120
<details>
121
- {% assign GPG = "C:\Program Files\Gnu\GnuPg\gpg.exe" %}
+ {% assign GPG = "C:\Program Files (x86)\GnuPG\bin\gpg.exe" %}
122
<summary><strong>{{page.windows_instructions}}</strong></summary>
123
<ol>
124
<li><p>{{page.download_release}}</p></li>
0 commit comments