Skip to content

Commit

Permalink
👷 Update github actions; add easy-taskbar-progress.dll to app.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeal-L committed Nov 26, 2023
1 parent e667877 commit bccb6f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body:
id: version
attributes:
label: 哔哩哔哩漫画下载器版本号
placeholder: v1.4.0
placeholder: v1.4.1
validations:
required: true
- type: dropdown
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
2 changes: 1 addition & 1 deletion app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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={},
Expand Down

0 comments on commit bccb6f8

Please sign in to comment.