Skip to content

Commit

Permalink
Build macos app
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Oct 21, 2022
1 parent 1959d66 commit 3e12f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.9
- run: pip install -r requirements.txt
- run: python scripts/download-tools.py
- run: pyinstaller openandroidinstaller/openandroidinstaller.py --noconsole --noconfirm --onefile --icon "openandroidinstaller/assets/favicon.ico" --add-data "openandroidinstaller/assets:assets" --add-binary "openandroidinstaller/bin/adb:bin" --add-binary "openandroidinstaller/bin/fastboot:bin" --add-binary "openandroidinstaller/bin/heimdall:bin"
- run: pyinstaller openandroidinstaller/openandroidinstaller.py --noconsole --noconfirm --onefile --icon "openandroidinstaller/assets/favicon.ico" --add-data "openandroidinstaller/assets:assets" --add-binary "openandroidinstaller/bin/adb:bin" --add-binary "openandroidinstaller/bin/fastboot:bin" --add-binary "openandroidinstaller/bin/heimdall:bin" --windowed
# Optionally verify that it works (provided that it does not need user interaction)
#- run: ./dist/your-code/your-code
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3e12f6a

Please sign in to comment.