Skip to content

Commit

Permalink
refactor(build): change build mode to app and remove macos-create-app…
Browse files Browse the repository at this point in the history
…-bundle
  • Loading branch information
chenmozhijin committed Nov 28, 2024
1 parent 014e6ea commit 4ab6112
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
nuitka-version: main
script-name: LDDC

mode: standalone
mode: app
report: nuitka-report.xml
enable-plugins: pyside6
product-name: "LDDC"
Expand All @@ -110,7 +110,6 @@ jobs:

macos-app-icon: "LDDC/res/img/icon/logo.icns"
macos-app-version: ${{ steps.info.outputs.num_version }}
macos-create-app-bundle: true
macos-target-arch: ${{ steps.arch.outputs.nuitka_arch }}
env:
PYTHONPATH: ${{ github.workspace }}
Expand Down

0 comments on commit 4ab6112

Please sign in to comment.