Skip to content

Commit

Permalink
Bump minimum OS requirement to Windows 8
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Nov 4, 2024
1 parent efe75ed commit 70eda28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Confirm-WinMinimumBuild -ReqBuild 7601
Confirm-WinMinimumBuild -ReqBuild 9200

$archiveFileName = 'LocalSend-1.16.0-windows-x86-64.zip'
$archiveFilePath = Join-Path -Path $toolsDir -ChildPath $archiveFileName
Expand Down

0 comments on commit 70eda28

Please sign in to comment.