From ae547a9d611514854da388668fd7f8e1024dafa8 Mon Sep 17 00:00:00 2001 From: liantian-cn Date: Sat, 15 Aug 2026 10:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=96=E8=AF=91=E5=90=8E?= =?UTF-8?q?=E6=8F=90=E6=9D=83=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Shigure.csproj | 7 +++++++ app.manifest | 22 ++++++++++++++++++++++ 一键打包.py | 1 + 3 files changed, 30 insertions(+) create mode 100644 app.manifest diff --git a/Shigure.csproj b/Shigure.csproj index 406b585a..d4376026 100644 --- a/Shigure.csproj +++ b/Shigure.csproj @@ -13,6 +13,13 @@ 1.2.1.2 1.2.1.2 Assets\arasaka-icon.ico + PerMonitorV2 + + + + + app.manifest diff --git a/app.manifest b/app.manifest new file mode 100644 index 00000000..59f2b3f8 --- /dev/null +++ b/app.manifest @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/一键打包.py b/一键打包.py index 73ea6775..73677303 100644 --- a/一键打包.py +++ b/一键打包.py @@ -44,6 +44,7 @@ TEXT_EXTENSIONS = { ".ps1", ".py", ".resx", + ".manifest", ".sln", ".slnx", ".targets",