mirror of
https://github.com/veeso/termscp.git
synced 2026-07-19 06:14:23 +02:00
The old manual dist/build/* scripts and dist/{deb,rpm}.sh are superseded by the
automated release workflow. Add the chocolatey package consumed by release.yml.
9 lines
289 B
Markdown
9 lines
289 B
Markdown
# Chocolatey How To
|
|
|
|
Just:
|
|
|
|
1. Calculate the SHA256 checksum for the latest release of ZIP files both for aarch64 and x86_64 versions.
|
|
2. Update checksums in `tools/chocolateyinstall.ps1`
|
|
3. run `choco pack`
|
|
4. run `choco push termscp.$VERSION.nupkg --source https://push.chocolatey.org/`
|