Skip to content

Commit

Permalink
chore: update zip and add creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 6, 2024
1 parent 0bfcbea commit 2a2451c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file modified bin/flhacker.zip
Binary file not shown.
15 changes: 15 additions & 0 deletions bin/genzip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

rm -f bin/*.so
rm -f bin/*.zip
rm -f bin/flhacker

cp target/*.so bin
cp target/flhacker bin

zip -j bin/flhacker.zip bin/*

rm -f bin/*.so
rm -f bin/flhacker

git add bin/flhacker.zip

0 comments on commit 2a2451c

Please sign in to comment.