From 755a68783061329f77da6836ae4366f20c3eb13f Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 26 Jul 2021 20:22:27 +1000 Subject: [PATCH] fix portable readme download link --- README.md | 2 +- appveyor.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d78e7352b..e89558d57 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be ### Installation -| [Windows 7 and up installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/Flow-Launcher-Portable.zip) | `WinGet install "Flow Launcher"` | +| [Windows 7 and up installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | `WinGet install "Flow Launcher"` | | --------------------------------- | --------------------------------- | --------------------------------- | Windows may complain about security due to code not being signed, this will be completed at a later stage. If you downloaded from this repo, you are good to continue the set up. diff --git a/appveyor.yml b/appveyor.yml index f00c8aefe..3b7264586 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -76,6 +76,7 @@ environment: on_success: - ps: | + echo APPVEYOR_PULL_REQUEST_NUMBER if ($env:APPVEYOR_REPO_BRANCH -eq "master") { iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe