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 May 17, 2024
1 parent 4792b16 commit 7013be9
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.16.2</version>
<version>1.17.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.16.2/Flow-Launcher-Setup.exe'
$url64bit = 'https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.17.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 = 'cde20eabce153d52718ceba413347a0e38b1852ae2309b66a733f3ee2a1df8ce'
checksum64 = '5ced06fdb428690ada48cdf3ebd75469b0494b97fff78b92cbea24ebdd21f8be'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 7013be9

Please sign in to comment.