From 920e18a2f9608808af616854e531e39fb5bc13e7 Mon Sep 17 00:00:00 2001 From: NotStatilko Date: Fri, 28 Apr 2023 23:59:38 +0300 Subject: [PATCH] Update tgbox_cli.spec --- tgbox_cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgbox_cli.spec b/tgbox_cli.spec index 5b9d509..88dd061 100644 --- a/tgbox_cli.spec +++ b/tgbox_cli.spec @@ -1,7 +1,7 @@ from tgbox.constants import PYINSTALLER_DATA a = Analysis( - ['tgbox_cli.py'], + ['tgbox_cli/tgbox_cli.py'], pathex = [], binaries = [], datas = [],