I packaged some png files but it is not shown in the app, except when I start the app from the _internal directory. i.e. /path/to/_internal> ../workflow I put everything in the same directory trying to make it work, but it is not working. Is this a bug? Following is how I make the executable and the png files are inside the _internal directory.
pyinstaller -y --clean --onefile --onedir --add-data myapp/resources:. --icon myapp.icns myapp/workflow.py -- 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 view this discussion visit https://groups.google.com/d/msgid/pyinstaller/f69b0797-ab59-4af0-bf4a-62a67d4f1eefn%40googlegroups.com.
