Skip to content

Commit cca2799

Browse files
committed
chore: add logs and requirements for choco install
1 parent f813f33 commit cca2799

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/build-os-packages/build-os-packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ init_system_vars() {
114114
EXE_EXT=".exe"
115115
HUMAN_OS=Windows
116116
TARGET="$arch-pc-windows-msvc"
117+
REQUIREMENTS="$REQUIREMENTS choco"
117118
;;
118119
*)
119120
die "Unknown OS. uname printed '$out'"

scripts/build-os-packages/windows-functions.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ windows_create_archive() {
3131
pushd "$PACKAGES_DIR"
3232
7z a "$archive_path" "$ARCHIVE_DIR_NAME"
3333
popd
34-
#info "Archive created in $archive_path"
34+
info "Archive created in $archive_path"
3535
}
3636

3737
windows_build_chocolatey_package() {
@@ -49,7 +49,7 @@ windows_build_chocolatey_package() {
4949

5050
choco pack choco-package/* --version $VERSION --outdir $PACKAGES_DIR
5151

52-
#info "Chocolatey package created in $PACKAGES_DIR/ggshield.$VERSION.nupkg"
52+
info "Chocolatey package created in $PACKAGES_DIR/ggshield.$VERSION.nupkg"
5353

5454
rm -rf choco-package
5555

0 commit comments

Comments
 (0)