Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Revert "add note for mac packages"
Browse files Browse the repository at this point in the history
This reverts commit 857d512.
  • Loading branch information
jef-n committed Jul 8, 2024
1 parent 9f8fc47 commit f7e9a68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions themes/qgis-theme/forusers_download.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,14 @@ <h4>{{ _('Download for macOS') }} <i class="icon-chevron-down pull-right"></i></
<div id="mac" class="accordion-body collapse in">
<div class="accordion-inner centered">
<p><b><em>{{ _('After installing QGIS, the first launch attempt may fail due to security protections. To enable QGIS, control-click on its icon in your Applications folder and select Open in the context menu. A confirmation dialog will display where you need to click the Open button again. This only has to be done once.') }}</em></b></p>
<p class="info">{{ _('The Mac packages are currently behind waiting for renewed certificates.') }}</p>
<a class="reference btn btn-large btn-success" href="https://qgis.org/downloads/macos/qgis-macos-pr.dmg">
<div class="primary-download-button">
<div class="qgis-download"></div>
<div class="download-text">{{ _('Download QGIS %s')|format( '3.36' ) }}</div>
<div class="download-text">{{ _('Download QGIS %s')|format( version ) }}</div>
</div>
</a>
<a class="reference secondary-download-link" href="https://qgis.org/downloads/macos/qgis-macos-ltr.dmg">
{{ _('Looking for the most stable version? Get QGIS %s %s')|format( '3.34.7', ltrnote ) }}
{{ _('Looking for the most stable version? Get QGIS %s %s')|format( ltrversion, ltrnote ) }}
</a>
</div>
<div class="accordion-inner">
Expand Down

0 comments on commit f7e9a68

Please sign in to comment.