Skip to content

Commit

Permalink
Add explicit links to development builds on downloads page
Browse files Browse the repository at this point in the history
This will be without any icons (FreeCAD#90) for now.
  • Loading branch information
luzpaz committed Jul 7, 2022
1 parent 89dfab0 commit 138f3e7
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,19 @@ function thankyou(e) {
<div class="download-notes text-center">
<h2 class="downloads-notes-title"><?php echo _('Development versions'); ?></h2>
<p>
<?php echo _("FreeCAD's development is always active! Do you want to check out the latest development
release? For MacOS, Windows, Linux (AppImage) and source code, see the "); ?>
<a href="https://github.com/FreeCAD/FreeCAD-AppImage/releases/tag/weekly-builds" class="badge badge-light"><?php echo _('FreeCAD weekly builds page.'); ?></a>
<?php echo _("FreeCAD's development happens daily!
Check out our dev builds:"); >?
<br />
<?php echo _("Windows: <a href="https://github.com/FreeCAD/FreeCAD-AppImage/releases/tag/weekly-builds" class="badge badge-light"><?php echo _('Conda'); ?></a> "); ?>
<br />
<?php echo _("macOS: <a href="https://github.com/FreeCAD/FreeCAD-AppImage/releases/tag/weekly-builds" class="badge badge-light"><?php echo _('Conda'); ?></a> "); ?>
<?php echo _("macOS: <a href="https://github.com/FreeCAD/homebrew-freecad" class="badge badge-light"><?php echo _('Homebrew'); ?></a> "); ?>
<br />
<?php echo _("Linux: <a href="https://github.com/FreeCAD/FreeCAD-AppImage/releases/tag/weekly-builds" class="badge badge-light"><?php echo _('Conda'); ?></a> "); ?>
<?php echo _("Linux: <a href="https://wiki.freecad.org/Snap" class="badge badge-light"><?php echo _('Snap'); ?></a> "); ?>
<?php echo _("Linux: <a href="https://wiki.freecad.org/Flatpak" class="badge badge-light"><?php echo _('Flatpak'); ?></a> "); ?>
</p>

</div>

<!-- ----------------------------- -->
Expand Down

0 comments on commit 138f3e7

Please sign in to comment.