Skip to content

Commit

Permalink
Update build_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tastysugar committed Apr 7, 2023
1 parent 2a43049 commit 967e9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build with Pyinstaller
run: |
source ./venv/bin/activate
pyinstaller --onefile --noconsole main.py -p ./venv/Lib/site-packages --collect-all html2phpbbcode --osx-bundle-identifier com.AmusementClub.Publish.OKPGUI -n OKPGUI
pyinstaller --onefile --noconsole main.py -p ./venv/Lib/site-packages --collect-all html2phpbbcode --osx-bundle-identifier com.AmusementClub.Publish.OKPGUI -n OKPGUI.app
# - name: Sign binary
# env:
# WINDOWS_CERTIFICATE: ${{ secrets.WINDOWS_CERTIFICATE }}
Expand All @@ -43,5 +43,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: MacOS-package
path: dist
path: dist/OKPGUI.app

0 comments on commit 967e9d3

Please sign in to comment.