💄 feedback tab

This commit is contained in:
2026-02-22 12:49:54 +10:00
parent e7205dd2c2
commit 16704c277f
11 changed files with 663 additions and 102 deletions

View File

@@ -42,11 +42,18 @@
"build": {
"appId": "com.hohoff.editor",
"productName": "Hohoff Editor",
"icon": "resources/icon.png",
"mac": {
"target": "dmg"
},
"files": [
"out/**/*"
],
"extraResources": [
{
"from": "resources/icon.png",
"to": "icon.png"
}
]
}
}