Skip to content

Commit be56707

Browse files
committed
Add config.ini file to audiotext.spec
1 parent bfd968d commit be56707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

audiotext.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ from os.path import join
33
from platform import system
44
from PyInstaller.utils.hooks import copy_metadata
55
from PyInstaller.utils.hooks import collect_data_files
6+
from shutil import copyfile
67

78
datas = [
89
(r'venv/Lib/site-packages/customtkinter', 'customtkinter'),
@@ -121,3 +122,5 @@ else:
121122
upx_exclude=[],
122123
name='audiotext',
123124
)
125+
126+
copyfile('config.ini', '{0}/audiotext/config.ini'.format(DISTPATH))

0 commit comments

Comments
 (0)