fix: rename choco package

This commit is contained in:
LukeGus
2025-10-26 23:35:39 -05:00
parent 78ca4ec84a
commit 28b36bdd61
6 changed files with 24 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$packageName = 'termix'
$packageName = 'termix-ssh'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'DOWNLOAD_URL_PLACEHOLDER'
$checksum64 = 'CHECKSUM_PLACEHOLDER'

View File

@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$packageName = 'termix'
$packageName = 'termix-ssh'
$softwareName = 'Termix*'
$installerType = 'msi'