icons
All checks were successful
Deploy / publish-web (push) Successful in 44s

This commit is contained in:
2026-02-03 22:02:45 +06:00
parent 0a3b2c3dc8
commit 8e0a08da05
55 changed files with 29 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "chad",
"version": "0.2.26",
"version": "0.2.27",
"identifier": "xyz.koptilnya.chad",
"build": {
"frontendDist": "../.output/public",
@@ -17,6 +17,8 @@
"title": "Chad",
"width": 800,
"height": 600,
"minWidth": 800,
"minHeight": 600,
"resizable": true,
"fullscreen": false,
"center": true,
@@ -40,7 +42,12 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
],
"windows": {
"nsis": {
"installerIcon": "icons/icon.ico"
}
}
},
"plugins": {
"updater": {