From ccd87a721fbfeaff0aed62db9755bb6ab43c609d Mon Sep 17 00:00:00 2001 From: polyakovavv Date: Sat, 29 Mar 2025 19:36:05 +0300 Subject: [PATCH] Updated --- .gitignore | 1 + SignGenerator.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1f275eb..2777ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build .vscode .venv __pycache__ +SignGenerator.spec \ No newline at end of file diff --git a/SignGenerator.spec b/SignGenerator.spec index 1070b1a..120fda9 100644 --- a/SignGenerator.spec +++ b/SignGenerator.spec @@ -35,4 +35,5 @@ exe = EXE( target_arch=None, codesign_identity=None, entitlements_file=None, + icon=['ui\\sign.ico'], )