Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
mak448a committed Aug 22, 2024
1 parent d29ba94 commit d31a739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
pip install -r requirements.txt
pip install pyinstaller
cd src/
pyinstaller main.py
ls
pwd
pyinstaller -wi ../icon.icns main.py
# python3 helper_scripts/package_mac.py
- uses: actions/upload-artifact@v4
with:
name: "Qtcord-Mac"
path: "main.spec"
path: "dist/"
Binary file added icon.icns
Binary file not shown.

0 comments on commit d31a739

Please sign in to comment.