chore: icônes de bundle, packaging Flatpak et bump version 0.1.2

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-05 06:17:56 +02:00
parent 8039a3545d
commit 61fb56fa14
60 changed files with 25 additions and 7 deletions
+8 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Pena",
"version": "0.1.0",
"version": "0.1.2",
"identifier": "com.pena.app",
"build": {
"frontendDist": "../src"
@@ -24,6 +24,12 @@
"bundle": {
"active": false,
"targets": "all",
"icon": []
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}