Skip to content

Commit

Permalink
Makefile: Ignore pycache directories when making standalone.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanEYE committed Jun 17, 2021
1 parent be06112 commit 6c3bab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ version:
$(info Sunflower $(VERSION))

standalone:
zip --quiet sunflower -r sunflower images styles -x *.pyc -x *.xcf
zip --quiet sunflower -r sunflower images styles -x *.pyc -x __pycache__ -x *.xcf
zip --quiet --junk-paths sunflower sunflower/__main__.py
echo '#!/usr/bin/env python3' > sunflower.app
cat sunflower.zip >> sunflower.app
Expand Down

0 comments on commit 6c3bab5

Please sign in to comment.