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,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>termix</id>
<id>termix-ssh</id>
<version>VERSION_PLACEHOLDER</version>
<packageSourceUrl>https://github.com/Termix-SSH/Termix</packageSourceUrl>
<owners>bugattiguy527</owners>
<title>Termix</title>
<title>Termix SSH</title>
<authors>bugattiguy527</authors>
<projectUrl>https://github.com/Termix-SSH/Termix</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Termix-SSH/Termix/main/public/icon.png</iconUrl>

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'