Skip to content

Commit

Permalink
reverted make executable recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed May 19, 2024
1 parent dcc0f2b commit 953b337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tox:
executable:
rm -rf ./build ./dist
poetry run pyinstaller ./scanner.spec
cp ./config.sample.ini ./dist/scanner/config.ini
cd ./dist/scanner; zip -r ../scanner.zip *
cp ./config.sample.ini ./dist/config.ini
zip -j ./dist/scanner.zip ./dist/*

images:
docker build -f ./docker/Dockerfile -t tgtg-scanner:latest .
Expand Down

0 comments on commit 953b337

Please sign in to comment.