Skip to content

Commit 755a687

Browse files
committed
fix portable readme download link
1 parent 311b83c commit 755a687

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be
4949

5050
### Installation
5151

52-
| [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"` |
52+
| [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"` |
5353
| --------------------------------- | --------------------------------- | --------------------------------- |
5454

5555
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.

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ environment:
7676

7777
on_success:
7878
- ps: |
79+
echo APPVEYOR_PULL_REQUEST_NUMBER
7980
if ($env:APPVEYOR_REPO_BRANCH -eq "master")
8081
{
8182
iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe

0 commit comments

Comments
 (0)