Add presenter to pyinstaller config whitelist

This commit is contained in:
Matthew Stratford 2021-04-16 21:10:19 +01:00
parent 6041e8a4ac
commit 04d55eb1b1

View file

@ -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": {