Skip to content

Commit 3c35283

Browse files
Add Windows ico and Mac icns icons, fix release workflow
Windows builds require icon.ico for the resource file. Removed .app directory upload (not needed, dmg is sufficient). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 76f8634 commit 3c35283

4 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
name: mac-dmg
3737
path: src-tauri/target/release/bundle/dmg/*.dmg
3838

39-
- name: Upload Mac App
40-
uses: actions/upload-artifact@v4
41-
with:
42-
name: mac-app
43-
path: src-tauri/target/release/bundle/macos/*.app
44-
compression-level: 9
45-
4639
build-windows:
4740
runs-on: windows-latest
4841
steps:

src-tauri/icons/icon.icns

36.4 KB
Binary file not shown.

src-tauri/icons/icon.ico

1.23 KB
Binary file not shown.

src-tauri/tauri.conf.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"icon": [
3232
"icons/32x32.png",
3333
"icons/128x128.png",
34-
"icons/128x128@2x.png"
34+
"icons/128x128@2x.png",
35+
"icons/icon.icns",
36+
"icons/icon.ico"
3537
]
3638
}
3739
}

0 commit comments

Comments
 (0)