Add presenter to pyinstaller config whitelist
This commit is contained in:
parent
6041e8a4ac
commit
04d55eb1b1
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@
|
||||||
{
|
{
|
||||||
"optionDest": "datas",
|
"optionDest": "datas",
|
||||||
"value": "/ui-static;ui-static/"
|
"value": "/ui-static;ui-static/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"optionDest": "datas",
|
||||||
|
"value": "/presenter-build;presenter-build/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"nonPyinstallerOptions": {
|
"nonPyinstallerOptions": {
|
||||||
|
|
Loading…
Reference in a new issue