mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change portable release with out appending the version
makes it easier to link download
This commit is contained in:
parent
be7179d3f0
commit
cc09f33655
3 changed files with 4 additions and 4 deletions
|
|
@ -49,8 +49,8 @@ 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) | `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/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.
|
||||
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ function Publish-Portable ($outputLocation, $version) {
|
|||
|
||||
& $outputLocation\Flow-Launcher-v$v.exe --silent | Out-Null
|
||||
mkdir "$env:LocalAppData\FlowLauncher\app-$version\UserData"
|
||||
Compress-Archive -Path $env:LocalAppData\FlowLauncher -DestinationPath $outputLocation\Flow-Launcher-v$version-Portable.zip
|
||||
Compress-Archive -Path $env:LocalAppData\FlowLauncher -DestinationPath $outputLocation\Flow-Launcher-Portable.zip
|
||||
}
|
||||
|
||||
function Main {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ artifacts:
|
|||
name: Plugin nupkg
|
||||
- path: 'Output\Packages\Flow-Launcher-*.exe'
|
||||
name: Squirrel Installer
|
||||
- path: Output\Packages\Flow-Launcher-v$(flowVersion)-Portable.zip
|
||||
- path: Output\Packages\Flow-Launcher-Portable.zip
|
||||
name: Portable Version
|
||||
- path: 'Output\Packages\FlowLauncher-*-full.nupkg'
|
||||
name: Squirrel nupkg
|
||||
|
|
|
|||
Loading…
Reference in a new issue