Skip to content

Commit cc09f33

Browse files
committed
change portable release with out appending the version
makes it easier to link download
1 parent be7179d commit cc09f33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ 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) | `WinGet install "Flow Launcher"` |
53-
| -------------------------------------------------------------------------------------------- | -------------------------------- |
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"` |
53+
| --------------------------------- | --------------------------------- | --------------------------------- |
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.
5656

Scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function Publish-Portable ($outputLocation, $version) {
111111

112112
& $outputLocation\Flow-Launcher-v$v.exe --silent | Out-Null
113113
mkdir "$env:LocalAppData\FlowLauncher\app-$version\UserData"
114-
Compress-Archive -Path $env:LocalAppData\FlowLauncher -DestinationPath $outputLocation\Flow-Launcher-v$version-Portable.zip
114+
Compress-Archive -Path $env:LocalAppData\FlowLauncher -DestinationPath $outputLocation\Flow-Launcher-Portable.zip
115115
}
116116

117117
function Main {

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ artifacts:
3636
name: Plugin nupkg
3737
- path: 'Output\Packages\Flow-Launcher-*.exe'
3838
name: Squirrel Installer
39-
- path: Output\Packages\Flow-Launcher-v$(flowVersion)-Portable.zip
39+
- path: Output\Packages\Flow-Launcher-Portable.zip
4040
name: Portable Version
4141
- path: 'Output\Packages\FlowLauncher-*-full.nupkg'
4242
name: Squirrel nupkg

0 commit comments

Comments
 (0)