Skip to content

Commit

Permalink
new chocolatey package update
Browse files Browse the repository at this point in the history
  • Loading branch information
choco_package_updater committed Oct 16, 2024
1 parent e4bb45d commit e174b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flow-launcher/flow-launcher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>flow-launcher</id>
<title>Flow Launcher</title>
<version>1.19.2</version>
<version>1.19.3</version>
<authors>Flow-Launcher Team</authors>
<projectUrl>https://www.flowlauncher.com</projectUrl>
<packageSourceUrl>https://github.com/Flow-Launcher/chocolatey-package</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions flow-launcher/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64bit = 'https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.19.2/Flow-Launcher-Setup.exe'
$url64bit = 'https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.19.3/Flow-Launcher-Setup.exe'

If (Test-Path $env:LOCALAPPDATA\FlowLauncher\Flow.Launcher.exe){
$version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$env:LocalAppData\FlowLauncher\Flow.Launcher.exe").FileVersion
Expand All @@ -15,7 +15,7 @@ $packageArgs = @{
fileType = 'exe'
url64bit = $url64bit
softwareName = 'Flow-Launcher*'
checksum64 = '3b2ddbf565027072c7b09de4333f0a20591c9f811fcfe78a6c688c2478891dee'
checksum64 = 'fbbd2c208ae5edb4f984690b6ca6dbd7076737156747a9da6f309d51a8dd9c74'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit e174b1e

Please sign in to comment.