Skip to content

Commit

Permalink
Enable dsiem-server build for win and osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mmta committed Nov 5, 2018
1 parent 24c26c1 commit da7f4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/gobuild-cmd-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ for os in $goos; do
mkdir -p $bdir/web/dist && cp -r ./web/dist/* $bdir/web/dist/
cp -r ./configs $bdir/
cd $bdir
if [ "$os" == "linux" ]; then
zip -9 -r $rdir/dsiem-server-$os-amd64.zip dsiem configs web
fi
# if [ "$os" == "linux" ]; then
zip -9 -r $rdir/dsiem-server-$os-amd64.zip dsiem configs web
# fi
tools=$(ls | grep -v dsiem | grep -v configs | grep -v web)
zip -9 $rdir/dsiem-tools-$os-amd64.zip $tools
cd $curdir
Expand Down

0 comments on commit da7f4b2

Please sign in to comment.