help wanted
仓库指标
- 星标
- (5,980 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
I am currently using this command python -m eel main.py web --noconsole --onefile --icon="path.ico". I want to include my sqlite database file into final exe. Otherwise, if someone wants read the data from the file they can read. How to include the sqlite file in the exe???
Thank you.