Skip to content

Commit

Permalink
Merge pull request #56 from brimsec/fix-win-suri-updater
Browse files Browse the repository at this point in the history
Fix windows suricata-update
  • Loading branch information
henridf authored Dec 1, 2020
2 parents bc91558 + 22ba477 commit 199ab9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
run: |
curl -L https://github.com/brimsec/suricata-update/archive/fix-windows.tar.gz | tar zxvf - --strip-components=1
pip3 install pyinstaller
pip3 install -r requirements.txt
pip3 install pyyaml
pyinstaller --onefile bin\suricata-update
cp dist\suricata-update.exe C:\msys64\home\runneradmin\suricata\bin
shell: cmd
Expand Down

0 comments on commit 199ab9c

Please sign in to comment.