mirror of https://github.com/kivy/kivy.git
Fix pyinstaller rt hook name.
This commit is contained in:
parent
525dd13943
commit
4c7148eb5e
|
@ -104,7 +104,7 @@ def runtime_hooks():
|
||||||
``runtime_hooks=runtime_hooks()`` in the spec file. Pyinstaller comes
|
``runtime_hooks=runtime_hooks()`` in the spec file. Pyinstaller comes
|
||||||
preinstalled with this hook.
|
preinstalled with this hook.
|
||||||
'''
|
'''
|
||||||
return [join(curdir, 'rt-hook-kivy.py')]
|
return [join(curdir, 'pyi_rth_kivy.py')]
|
||||||
|
|
||||||
|
|
||||||
def hookspath():
|
def hookspath():
|
||||||
|
|
Loading…
Reference in New Issue