From ba6e1cdf397897adcd84090bfe90b7ee58f62459 Mon Sep 17 00:00:00 2001 From: IMDelewer Date: Tue, 17 Mar 2026 09:39:44 +0300 Subject: [PATCH] feat(cli): add tray script --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index db83f47..7b3aa85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ win10 = [ [project.scripts] tg-ws-proxy = "proxy.tg_ws_proxy:main" +tg-ws-proxy-tray = "windows:main" [project.urls] Source = "https://github.com/Flowseal/tg-ws-proxy" @@ -61,5 +62,8 @@ Issues = "https://github.com/Flowseal/tg-ws-proxy/issues" [tool.hatch.build.targets.wheel] packages = ["proxy"] +[tool.hatch.build.force-include] +"windows.py" = "windows.py" + [tool.hatch.version] source = "vcs"