Skip to content

Commit

Permalink
Compile all the pyc files
Browse files Browse the repository at this point in the history
Not sure if necessary, but probably won't hurt
  • Loading branch information
mcouthon committed Apr 21, 2022
1 parent b5e97a1 commit a25c057
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
all:
rm -f build/alfred-confluence.alfredworkflow
mkdir -p build
python -m compileall -b .
cd src && zip -qR alfred-confluence.alfredworkflow "*"
mv src/alfred-confluence.alfredworkflow build
Binary file modified src/lib/__init__.pyc
Binary file not shown.
Binary file modified src/lib/workflow/__init__.pyc
Binary file not shown.
Binary file modified src/lib/workflow/background.pyc
Binary file not shown.
Binary file modified src/lib/workflow/update.pyc
Binary file not shown.
Binary file modified src/lib/workflow/web.pyc
Binary file not shown.
Binary file modified src/lib/workflow/workflow.pyc
Binary file not shown.
Binary file modified src/lib/workflow/workflow3.pyc
Binary file not shown.

0 comments on commit a25c057

Please sign in to comment.