Skip to content

Commit

Permalink
Merge pull request #118 from phate999/master
Browse files Browse the repository at this point in the history
Update package_application.py
  • Loading branch information
phate999 authored Mar 29, 2024
2 parents 49344bc + 4354d11 commit e0584d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/package_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
SIGNATURE_FILE = 'SIGNATURE.DS'
MANIFEST_FILE = 'MANIFEST.json'

BYTE_CODE_FILES = re.compile('^.*\.(pyc|pyo|pyd)$')
BYTE_CODE_FILES = re.compile(r'^.*/.(pyc|pyo|pyd)$')
BYTE_CODE_FOLDERS = re.compile('^(__pycache__)$')


Expand Down

0 comments on commit e0584d8

Please sign in to comment.