Update build process to include certificate directory for SSL verification in frozen builds
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ project_root = here
|
||||
datas = [
|
||||
(str(project_root / 'icon'), 'icon'),
|
||||
(str(project_root / 'icon' / 'icon1.png'), 'icon'),
|
||||
# include user-supplied CA bundle if present so frozen app can use it
|
||||
(str(project_root / 'cert.pem'), '.')
|
||||
# include user-supplied CA bundle folder (all files) so frozen app can use it
|
||||
(str(project_root / 'cert'), 'cert')
|
||||
]
|
||||
binaries = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user