From 76ddea56f8225ebea55198837a7982bafd9c4061 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sat, 19 Mar 2022 18:45:51 +0000 Subject: [PATCH] Attempt fix of setproctitle missing --- build/build-exe-config.template.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/build-exe-config.template.json b/build/build-exe-config.template.json index e99b569..c40e3c2 100644 --- a/build/build-exe-config.template.json +++ b/build/build-exe-config.template.json @@ -84,6 +84,10 @@ { "optionDest": "collect-all", "value": "sanic" + }, + { + "optionDest": "collect-all", + "value": "setproctitle" } ], "nonPyinstallerOptions": {