Molodos/ElegooNeptuneThumbnails-Prusa

Error while packaging in GNU/Linux

Opened this issue · 0 comments

Hi, i was getting the following error during packaging in GNU/Linux. Changing --add-data="img/*;img/" to --add-data="img/*:img/" solved my problem. When I checked the change log of pyinstaller, i noticed that its usage has been changed since version 6.0.0. The old usage will continue to work on Windows to avoid backwards compatibility issues. It would be nice if the new usage could be added to the readme file, at least be added as a note.

pyinstaller: error: argument --add-data: Wrong syntax, should be --add-data=SOURCE:DEST