mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-05-06 06:54:25 +00:00
fix pyinstaller hook
This commit is contained in:
parent
42f4e74c85
commit
24a1f0eb49
5
__pyinstaller/hook-caver.py
Normal file
5
__pyinstaller/hook-caver.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from PyInstaller.utils.hooks import collect_data_files
|
||||||
|
|
||||||
|
# https://pyinstaller.readthedocs.io/en/stable/hooks.html#provide-hooks-with-package
|
||||||
|
|
||||||
|
datas = collect_data_files('caver', excludes=['__pyinstaller'])
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue