Skip to content

Commit

Permalink
add .icns, reverse mac workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JovannMC committed Nov 16, 2024
1 parent a5def2e commit 56885d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,8 @@ jobs:
- name: Build the application
run: npm run build

- name: Compress macOS build artifacts (x64)
run: zip -r build/SlimeTora-darwin-x64.zip build/SlimeTora-darwin-x64

- name: Compress macOS build artifacts (arm64)
run: zip -r build/SlimeTora-darwin-arm64.zip build/SlimeTora-darwin-arm64

- name: Archive build artifacts for macOS (x64)
uses: actions/upload-artifact@v3
with:
name: build-artifacts-macos-x64
path: build/SlimeTora-darwin-x64.zip

- name: Archive build artifacts for macOS (arm64)
- name: Archive build artifacts for macOS
uses: actions/upload-artifact@v3
with:
name: build-artifacts-macos-arm64
path: build/SlimeTora-darwin-arm64.zip
name: build-artifacts-macos
path: build/*darwin*
Binary file added src/static/images/icon.icns
Binary file not shown.

0 comments on commit 56885d9

Please sign in to comment.