fix(tauri): icon paths

This commit is contained in:
Fernando Fernández 2022-12-02 14:40:44 +01:00
parent a347202d29
commit 9b643e92f6
2 changed files with 2 additions and 2 deletions

View File

@ -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"
},

View File

@ -17,7 +17,7 @@
"resources": [],
"externalBin": [],
"copyright": "",
"category": "DeveloperTool",
"category": "Multimedia",
"shortDescription": "",
"longDescription": "",
"deb": {