I tried this command (which does work fine w/o the --add-data option):
(venv-374) pyinstaller --path .\venv-374\lib\site-packages --add-data
'resources:resources' .\notification-tool.py
and I get this error:
* pyinstaller: error: argument --add-data: invalid add_data_or_binary
value: 'resources:resources'*
When I added this in the .spec file, I was able to add my files:
datas=[('resources', 'resources')],
If this is a known bug, apologies in advance.
Thanks,
Amir
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyinstaller.
To view this discussion on the web visit
https://groups.google.com/d/msgid/pyinstaller/e17d0fd5-99cd-4556-bf66-8ccafbd6a384%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.