We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7508c commit a634b94Copy full SHA for a634b94
1 file changed
backend/modsquad-backend.spec
@@ -4,7 +4,7 @@ from PyInstaller.utils.hooks import collect_all
4
5
block_cipher = None
6
7
-extra_datas = [('data', 'data')]
+extra_datas = []
8
extra_binaries = []
9
extra_hiddenimports = [
10
'uvicorn.logging',
0 commit comments