[O] Ignore dot files

This commit is contained in:
Hykilpikonna
2021-12-13 19:32:24 -05:00
parent a65116d254
commit 1dd0ebe56c
+1 -1
View File
@@ -364,7 +364,7 @@ def pack_data() -> None:
# Add sources
src_path = Path(os.path.realpath(__file__)).parent
for f in os.listdir(src_path):
if not os.path.isdir(f) and f != '.DS_Store':
if not os.path.isdir(f) and f != '.DS_Store' and not f.startswith('._'):
z.write(f)
# Add packed resource