File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
55If (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 )
You can’t perform that action at this time.
0 commit comments