diff --git a/kivy/tools/packaging/pyinstaller_hooks/__init__.py b/kivy/tools/packaging/pyinstaller_hooks/__init__.py index a8552e7fd..4fc761249 100644 --- a/kivy/tools/packaging/pyinstaller_hooks/__init__.py +++ b/kivy/tools/packaging/pyinstaller_hooks/__init__.py @@ -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():