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 Sep 6, 2024
1 parent 211c423 commit 45aa432
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.0</version>
<version>1.19.1</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.0/Flow-Launcher-Setup.exe'
$url64bit = 'https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.19.1/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 = '3a13e9c2ad6f4b6f7de13f7fd7124ede1b44236e1aa51e84eee9e981bdf36439'
checksum64 = 'c53b201966c944d132fb0a2be6c049f957d541d2107a75a87a5715c0f6ec8581'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 45aa432

Please sign in to comment.