Skip to content

Commit

Permalink
Update build-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This-is-XiaoDeng authored Dec 16, 2023
1 parent fa15166 commit ad69448
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
file-version: ${{ needs.get-version-number.outputs.VERSION }}
product-version: ${{ needs.get-version-number.outputs.VERSION }}
product-name: OneDisc
file-description: "Discord 的 OneBot 实现"
enable-console: true
file-description: "OneBot Implementation for Discord"
company-name: "IT Craft Development Team"
copyright: "Copyright (c) 2023 IT Craft Development Team"

Expand Down Expand Up @@ -124,6 +125,8 @@ jobs:
onefile: true
follow-imports: true
show-modules: true
macos-app-icon: icon.ico
macos-app-version: ${{ needs.get-version-number.outputs.VERSION }}
output-dir: build
lto: yes
script-name: main.py
Expand Down

0 comments on commit ad69448

Please sign in to comment.