Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pyinstaller --onefile support (#58) #123

Closed
wants to merge 1 commit into from
Closed

pyinstaller --onefile support (#58) #123

wants to merge 1 commit into from

Conversation

Shura1oplot
Copy link
Contributor

This should work with pyinstaller --onefile. Note that a.datas in .spec file must be specified.

a = Analysis(
             ...
             datas=[('C:\\path\\to\\gooey\\images\\*.png', 'gooey\\images'),
                    ('C:\\path\\to\\gooey\\images\\*.ico', 'gooey\\images'),
                    ('C:\\path\\to\\gooey\\languages\\*.json', 'gooey\\languages')],
            ...

@chriskiehl
Copy link
Owner

Github doesn't seem to think this was merged for some reason even though it's sitting in the commit log. It must not have liked my rebasing..

At any rate. Merged! Thanks for the fix!

@chriskiehl chriskiehl closed this Nov 8, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants