From bccb6f8e2057b7a4fa33554afa31132a27a50dbc Mon Sep 17 00:00:00 2001 From: Zeal-L Date: Sun, 26 Nov 2023 20:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20github=20actions;=20add?= =?UTF-8?q?=20easy-taskbar-progress.dll=20to=20app.spec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/pylint.yml | 4 ++-- app.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fe32447..eab08ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -38,7 +38,7 @@ body: id: version attributes: label: 哔哩哔哩漫画下载器版本号 - placeholder: v1.4.0 + placeholder: v1.4.1 validations: required: true - type: dropdown diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 63a9298..1ceeb24 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11"] + python-version: ["3.12"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -23,5 +23,5 @@ jobs: - name: Analysing the code with pylint id: pylint run: | - pipenv run pylint $(git ls-files '*.py' | grep -v "PySide_src") + poetry run pylint $(git ls-files '*.py' | grep -v "PySide_src") continue-on-error: true \ No newline at end of file diff --git a/app.spec b/app.spec index 341f5db..c4d7340 100644 --- a/app.spec +++ b/app.spec @@ -8,7 +8,7 @@ a = Analysis( ['./app.py'], pathex=[], binaries=[], - datas=[], + datas=[('C:/Users/Zeal/Desktop/BiliBili-Manga-Downloader/src/assets/easy-taskbar-progress.dll', '.')], hiddenimports=[], hookspath=[], hooksconfig={},