ci: Fixed a typo in the chocolatey deployment PowerShell template [skip ci]

This commit is contained in:
2024-12-19 16:26:28 -07:00
parent e1e91d1add
commit e55a157977
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$PackageName = 'kdash'
$PackageName = 'managarr'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.tar.gz'
$checksum64 = '$hash_64'