chore(desktop): switch Tauri icon to icons/raven.png and bump version to 0.1.2

This commit is contained in:
Esdras Renan 2025-10-10 21:13:22 -03:00
parent 418599ef62
commit 3a37de9ae7
4 changed files with 17 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Raven",
"version": "0.1.0",
"version": "0.1.2",
"identifier": "br.com.esdrasrenan.sistemadechamados",
"build": {
"beforeDevCommand": "pnpm run dev",
@ -35,11 +35,7 @@
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
"icons/raven.png"
]
}
}