Chocolatey package for released versions of CrewLink.
-
crewlink.nuspec
: Updateversion
tag. -
crewlink.nuspec
: Updaterelease notes
tag. -
chocolateyinstall.ps1
: Update$url
and$url64
. -
chocolateyinstall.ps1
: Update$packageArgs
attribute:softwareName
. -
chocolateyinstall.ps1
: Update binarychecksum
andchecksum64
. - Note:
"c:\ProgramData\chocolatey\tools\checksum.exe" <crewLink.exe> -t=sha256
. - The checksum
-t
depends on what you have specified in yourchecksumType
.
- Install Chocolatey, see: https://chocolatey.org/install
- Using
cmd
orpowershell
:choco install crewlink
- Bundle the package after making any changes using:
choco pack crewlink/crewlink.nuspec
- Test package install:
choco install crewlink -dv -s .
- Test package uninstall:
choco uninstall crewlink -dv -s .
choco apikey --key <key> --source https://push.chocolatey.org
choco push <package> --source https://push.chocolatey.org