Skip to content

Commit

Permalink
remove datas
Browse files Browse the repository at this point in the history
  • Loading branch information
djdt committed Oct 18, 2024
1 parent e84d0f1 commit 61709e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pewpew.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# vim: set ft=python:
from pathlib import Path
from importlib.metadata import version
from pathlib import Path

block_cipher = None

a = Analysis(
[Path("pewpew", "__main__.py")],
binaries=None,
datas=[('pewpew/resources')],
datas=[],
hiddenimports=[],
hookspath=None,
runtime_hooks=None,
Expand Down

0 comments on commit 61709e6

Please sign in to comment.