We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config.ini
audiotext.spec
1 parent bfd968d commit be56707Copy full SHA for be56707
audiotext.spec
@@ -3,6 +3,7 @@ from os.path import join
3
from platform import system
4
from PyInstaller.utils.hooks import copy_metadata
5
from PyInstaller.utils.hooks import collect_data_files
6
+from shutil import copyfile
7
8
datas = [
9
(r'venv/Lib/site-packages/customtkinter', 'customtkinter'),
@@ -121,3 +122,5 @@ else:
121
122
upx_exclude=[],
123
name='audiotext',
124
)
125
+
126
+copyfile('config.ini', '{0}/audiotext/config.ini'.format(DISTPATH))
0 commit comments