Skip to content

Commit

Permalink
update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 6, 2024
1 parent 894a265 commit e1ebc0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ source bin/activate
pip3 install pyinstaller black ruff
bin/black *.py lib/*.py
bin/ruff *.py lib/*.py
rm -rf build/
rm -rf dist/
pyinstaller -F --hidden-import lib.lokilogger --hidden-import lib.helpers --hidden-import rfc5424logging --paths=lib/site-packages --paths=lib loki.py
pyinstaller -F --hidden-import lib.lokilogger --hidden-import lib.helpers --hidden-import rfc5424logging --paths=lib/site-packages --paths=lib loki-upgrader.py
rm -rf Loki-daemonized-$(arch)*
Expand Down

0 comments on commit e1ebc0c

Please sign in to comment.