Files
bottom/scripts/ci/generate_choco.sh
T
Clement Tsang 8629468e45 ci: use scripts in more places in CI (#1906)
* move cirrus release script

* update a few other places
2025-12-20 18:53:36 -05:00

11 lines
380 B
Bash
Executable File

#!/bin/bash
python "./scripts/windows/choco/choco_packager.py" \
"./release/bottom_x86_64-pc-windows-msvc.zip" \
${{ env.RELEASE_VERSION }} \
"./scripts/windows/choco/bottom.nuspec.template" \
"./scripts/windows/choco/chocolateyinstall.ps1.template" \
"bottom.nuspec" \
"tools/chocolateyinstall.ps1" \
"tools/"
zip -r choco.zip "bottom.nuspec" "tools"