Skip to content

Commit

Permalink
fix setup.py & update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Jun 8, 2024
1 parent cccd2ef commit 2c27ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
copyright: ${{ steps.info.outputs.copyright }}

windows-icon-from-ico: "res/img/icon/logo.png"
mingw64: true
clang: true
windows-console-mode: 'attach'

macos-app-icon: "res/img/icon/logo.png"
macos-app-version: ${{ steps.info.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

match arg.task:
case 'get_version':
print()
print(version)
case 'get_year':
print(year)

0 comments on commit 2c27ff6

Please sign in to comment.