Skip to content

Commit a634b94

Browse files
committed
Remove data dir from PyInstaller spec since it is created at runtime
1 parent 2b7508c commit a634b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/modsquad-backend.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ from PyInstaller.utils.hooks import collect_all
44

55
block_cipher = None
66

7-
extra_datas = [('data', 'data')]
7+
extra_datas = []
88
extra_binaries = []
99
extra_hiddenimports = [
1010
'uvicorn.logging',

0 commit comments

Comments
 (0)