mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-14 02:42:46 +00:00
5 lines
213 B
Python
5 lines
213 B
Python
from PyInstaller.utils.hooks import collect_data_files
|
|
|
|
# https://pyinstaller.readthedocs.io/en/stable/hooks.html#provide-hooks-with-package
|
|
|
|
datas = collect_data_files('pre_edited_cs', excludes=['__pyinstaller']) |