mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 14:09:51 +00:00
fix(tauri): icon paths
This commit is contained in:
parent
a347202d29
commit
9b643e92f6
@ -5,7 +5,7 @@
|
||||
"license": "GPL-3.0-only",
|
||||
"scripts": {
|
||||
"tauri": "tauri",
|
||||
"tauri:icon": "tauricon ../frontend/static/icon.png",
|
||||
"tauri:icon": "tauricon ../frontend/public/icon.png",
|
||||
"tauri:build": "tauri build",
|
||||
"tauri:dev": "tauri dev"
|
||||
},
|
||||
|
@ -17,7 +17,7 @@
|
||||
"resources": [],
|
||||
"externalBin": [],
|
||||
"copyright": "",
|
||||
"category": "DeveloperTool",
|
||||
"category": "Multimedia",
|
||||
"shortDescription": "",
|
||||
"longDescription": "",
|
||||
"deb": {
|
||||
|
Loading…
Reference in New Issue
Block a user