From 1dcfccca6f74f0da1c214415e4e4f158214d9a21 Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Mon, 31 Jul 2023 09:38:41 +0200 Subject: [PATCH] Update website --- .scripts/last-tags.sh | 8 ++++++++ website/data/hero.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100755 .scripts/last-tags.sh diff --git a/.scripts/last-tags.sh b/.scripts/last-tags.sh new file mode 100755 index 00000000..698a4597 --- /dev/null +++ b/.scripts/last-tags.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +echo "ANDROID" +git describe --tags --abbrev=0 --match "*-android" +echo "\nIOS" +git describe --tags --abbrev=0 --match "*-ios" +echo "\nDESKTOP" +git describe --tags --abbrev=0 --match "*-desktop" \ No newline at end of file diff --git a/website/data/hero.yml b/website/data/hero.yml index c7746c0a..1d20add9 100644 --- a/website/data/hero.yml +++ b/website/data/hero.yml @@ -6,7 +6,7 @@ buttonName: Available on button1text: Google Play button1Link: https://play.google.com/store/apps/details?id=com.prof18.feedflow button2text: Apple Store -button2Link: https://www.example.com +button2Link: https://apps.apple.com/us/app/feedflow-rss-reader/id6447210518 button3text: macOS button3Link: https://github.com/prof18/feed-flow/releases/download/1.0.6-desktop/FeedFlow-1.0.6.dmg image: images/hero/hero-image.svg