Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
This-is-XiaoDeng committed Dec 16, 2023
1 parent 050a6db commit 8b017b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: "Build executeable"
run: |
python -m nuitka --onefile --standalone --follow-imports --show-modules --output-dir=build --lto=yes --windows-icon-from-ico=icon.ico --windows-file-version=$VERSION --windows-product-version=$VERSION main.py
python -m nuitka --onefile --standalone --follow-imports --show-modules --output-dir=build --lto=yes --windows-icon-from-ico=icon.ico --windows-file-version=$VERSION --windows-product-version=$VERSION --show_progress --windows-product-name=OneDisc --windows-file-description="Discord 的 OneBot 实现" --windows-copy-right "Copyright © 2023 IT Craft Development Team." main.py
env:
VERSION: ${{ needs.get-version-number.outputs.VERSION }}

Expand Down

0 comments on commit 8b017b9

Please sign in to comment.