Skip to content

Commit 91a1fef

Browse files
author
choco_package_updater
committed
new chocolatey package update
1 parent 4170c8a commit 91a1fef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flow-launcher/flow-launcher.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>flow-launcher</id>
55
<title>Flow Launcher</title>
6-
<version>1.19.4</version>
6+
<version>1.19.5</version>
77
<authors>Flow-Launcher Team</authors>
88
<projectUrl>https://www.flowlauncher.com</projectUrl>
99
<packageSourceUrl>https://github.com/Flow-Launcher/chocolatey-package</packageSourceUrl>

flow-launcher/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64bit = 'https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.19.4/Flow-Launcher-Setup.exe'
3+
$url64bit = 'https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.19.5/Flow-Launcher-Setup.exe'
44

55
If (Test-Path $env:LOCALAPPDATA\FlowLauncher\Flow.Launcher.exe){
66
$version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$env:LocalAppData\FlowLauncher\Flow.Launcher.exe").FileVersion
@@ -15,7 +15,7 @@ $packageArgs = @{
1515
fileType = 'exe'
1616
url64bit = $url64bit
1717
softwareName = 'Flow-Launcher*'
18-
checksum64 = '111db748dd9418a382cab7f8178b110f85981a1a8cdfa4a5b983d4337d41d57f'
18+
checksum64 = 'ddb90b892185b5179ab9de89a92b703ad998b12e86cef8a32e71b948e9e7d666'
1919
checksumType64 = 'sha256'
2020
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
2121
validExitCodes = @(0, 3010, 1641)

0 commit comments

Comments
 (0)