mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-13 07:57:07 +00:00
8629468e45
* move cirrus release script * update a few other places
11 lines
380 B
Bash
Executable File
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" |