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 929e71e commit 050a6db
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +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 main.py
env:
VERSION: ${{ needs.get-version-number.outputs.VERSION }}

Expand Down

0 comments on commit 050a6db

Please sign in to comment.