Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharll-large authored Jan 12, 2024
1 parent 86ef17f commit 445abcd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ jobs:
spec: 'src/__main__.py'
upload_exe_with_name: 'FMCL-linux'
options: -F, --name "My App", --windowed,
pyinstaller-build-macos:
runs-on: macos-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.10'
spec: 'src/__main__.py'
upload_exe_with_name: 'FMCL-macos'
options: -F, --name "My App", --windowed,

0 comments on commit 445abcd

Please sign in to comment.