Fix pyinstaller rt hook name.

This commit is contained in:
matham 2015-12-31 15:56:46 -05:00
parent 525dd13943
commit 4c7148eb5e
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def runtime_hooks():
``runtime_hooks=runtime_hooks()`` in the spec file. Pyinstaller comes
preinstalled with this hook.
'''
return [join(curdir, 'rt-hook-kivy.py')]
return [join(curdir, 'pyi_rth_kivy.py')]
def hookspath():