We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387de75 commit afa04f1Copy full SHA for afa04f1
pyinstaller.spec
@@ -20,8 +20,8 @@ a = Analysis(
20
*copy_metadata('readchar'),
21
22
# static assets for web servers
23
- ('./components/web_static', 'components/web_static'),
24
- ('./components/web_templates', 'components/web_templates')
+ ('./app/web_static', 'app/web_static'),
+ ('./app/web_templates', 'app/web_templates')
25
],
26
hiddenimports=[
27
'readchar',
0 commit comments