Skip to content

Commit

Permalink
Merge pull request #256 from AKSW/feature/fixPyInstaller
Browse files Browse the repository at this point in the history
Fix #255. Add _cffi_backend to hiddenimports.
  • Loading branch information
white-gecko authored Dec 17, 2019
2 parents f0a4228 + 40f6d0e commit b331d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ a = Analysis(['quit/run.py'],
pathex=['.'],
binaries=[],
datas=[('quit/web/templates/*', 'quit/web/templates/'), ('quit/web/static/css/*', 'quit/web/static/css'), ('quit/web/static/fonts/*', 'quit/web/static/fonts'), ('quit/web/static/js/*.js', 'quit/web/static/js'), ('quit/web/static/octicons/*', 'quit/web/static/octicons'), ('quit/web/static/octicons/svg/*', 'quit/web/static/octicons/svg')],
hiddenimports=['quit.tools.processor', 'quit.plugins.serializers.results.htmlresults'],
hiddenimports=['quit.tools.processor', 'quit.plugins.serializers.results.htmlresults', '_cffi_backend'],
hookspath=[],
runtime_hooks=[],
excludes=[],
Expand Down

0 comments on commit b331d56

Please sign in to comment.