Skip to content

Commit 076c76f

Browse files
committed
fix: use platform-specific icon formats
1 parent e1065bf commit 076c76f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@shadcn/ui": "^0.0.4",
50-
"@tauri-apps/cli": "^2",
50+
"@tauri-apps/cli": "^2.2.5",
5151
"@types/node": "^22.10.7",
5252
"@types/react": "^18.3.1",
5353
"@types/react-dom": "^18.3.1",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/tauri.conf.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"active": true,
2828
"targets": "all",
2929
"icon": [
30-
"icons/icon.png",
30+
"icons/32x32.png",
31+
"icons/128x128.png",
32+
33+
"icons/icon.icns",
3134
"icons/icon.ico"
3235
],
3336
"publisher": "LitePost"

0 commit comments

Comments
 (0)