From dbfef70e44dc82156e79301742b656fd797a1473 Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Fri, 28 Jul 2023 19:31:36 +0000 Subject: [PATCH] chore: change readme banners urls (#523) * set readme banners to absolute url Signed-off-by: Lorenzo Lewis * Revert "set readme banners to absolute url" This reverts commit c46b464c69ea14da2151038657d2d7d053caca8c. * update banners to absolute paths Signed-off-by: Lorenzo Lewis * Revert "update banners to absolute paths" This reverts commit c8b8f9309e914824de91f659e4cead61c23c02db. * fix banner paths Signed-off-by: Lorenzo Lewis * Revert "fix banner paths" This reverts commit 27edc59b41f6860069e8bd404967eee800363915. * fix banners...again Signed-off-by: Lorenzo Lewis --------- Signed-off-by: Lorenzo Lewis Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5695614959 Co-authored-by: FabianLars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d44e5..d79c52e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![plugin-app](banner.png) +![plugin-app](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/app/banner.png) This plugin provides APIs to read application metadata and macOS app visibility functions.