ci: Fixed a typo in the chocolatey deployment PowerShell template [skip ci]
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
$ErrorActionPreference = 'Stop';
|
$ErrorActionPreference = 'Stop';
|
||||||
|
|
||||||
$PackageName = 'kdash'
|
$PackageName = 'managarr'
|
||||||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
||||||
$url64 = 'https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.tar.gz'
|
$url64 = 'https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.tar.gz'
|
||||||
$checksum64 = '$hash_64'
|
$checksum64 = '$hash_64'
|
||||||
|
|||||||
Reference in New Issue
Block a user