fix: include resources from tracerite package in final build
This commit is contained in:
parent
16a5a94fa0
commit
99933083e7
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@
|
||||||
{
|
{
|
||||||
"optionDest": "collect-all",
|
"optionDest": "collect-all",
|
||||||
"value": "setproctitle"
|
"value": "setproctitle"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"optionDest": "collect-all",
|
||||||
|
"value": "tracerite"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"nonPyinstallerOptions": {
|
"nonPyinstallerOptions": {
|
||||||
|
|
Loading…
Reference in a new issue