File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
scripts/build-os-packages Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ init_system_vars() {
114
114
EXE_EXT=" .exe"
115
115
HUMAN_OS=Windows
116
116
TARGET=" $arch -pc-windows-msvc"
117
+ REQUIREMENTS=" $REQUIREMENTS choco"
117
118
;;
118
119
* )
119
120
die " Unknown OS. uname printed '$out '"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ windows_create_archive() {
31
31
pushd " $PACKAGES_DIR "
32
32
7z a " $archive_path " " $ARCHIVE_DIR_NAME "
33
33
popd
34
- # info "Archive created in $archive_path"
34
+ info " Archive created in $archive_path "
35
35
}
36
36
37
37
windows_build_chocolatey_package () {
@@ -49,7 +49,7 @@ windows_build_chocolatey_package() {
49
49
50
50
choco pack choco-package/* --version $VERSION --outdir $PACKAGES_DIR
51
51
52
- # info "Chocolatey package created in $PACKAGES_DIR/ggshield.$VERSION.nupkg"
52
+ info " Chocolatey package created in $PACKAGES_DIR /ggshield.$VERSION .nupkg"
53
53
54
54
rm -rf choco-package
55
55
You can’t perform that action at this time.
0 commit comments