Skip to content

Commit

Permalink
Create bundle as ZIP (better supported by Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome committed Oct 2, 2019
1 parent 49cf8b1 commit 0fd8ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ pushd tools/manager && make -j 8 $@ || check_err && popd

pushd ${RELEASE}
# Remove previous bundles
rm *.tar.gz
tar -cvzf whids-${VERSION}-release-bundle.tar.gz *
rm *.zip
7z a -tzip whids-${VERSION}-release-bundle.zip *

popd


2 changes: 1 addition & 1 deletion tools/whids/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ installer:
sed -E "s/set VERSION=.*?/set VERSION=$(VERSION)/" manage.bat > $(RELEASE)/windows/manage.bat

sysmon:
cp -r $(RELEASE)/../sysmon $(RELEASE)/windows/
mv $(RELEASE)/../sysmon $(RELEASE)/windows/

dlrules:
mkdir $(RELEASE)/windows/rules/
Expand Down

0 comments on commit 0fd8ed5

Please sign in to comment.