From 54af073d787b159d6dfb5e2c28d2f5589987d4ee Mon Sep 17 00:00:00 2001 From: webjoin111 <455457521@qq.com> Date: Tue, 26 Aug 2025 23:10:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20build(pyinstaller):=20?= =?UTF-8?q?=E5=BC=95=E5=85=A5=20resources.spec=20=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20.gitignore=20=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + resources.spec | 1 + 2 files changed, 2 insertions(+) create mode 100644 resources.spec diff --git a/.gitignore b/.gitignore index 24fa1ea6..6ec21f2a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ MANIFEST # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec +!resources.spec # Installer logs pip-log.txt diff --git a/resources.spec b/resources.spec new file mode 100644 index 00000000..2f5910f3 --- /dev/null +++ b/resources.spec @@ -0,0 +1 @@ +require_resources_version: ">=1.0.0"