v2.0.0-beta - Убрана тяжелая зависимость iconify, изменён дизайн.
Publish Release / publish-tauri (--bundles deb, src-tauri/target/release/bundle/deb/**.pkg.tar.zst, arch-latest) (push) Has been cancelled
Publish Release / publish-tauri (src-tauri/target/release/bundle/appimage/**.AppImage, src-tauri/target/release/bundle/deb/**.deb, ubuntu-latest) (push) Has been cancelled
Publish Release / publish-tauri (src-tauri/target/release/bundle/msi/**.msi, src-tauri/target/release/bundle/nsis/**.exe, window-latest) (push) Has been cancelled

В процессе: синхронизация между устройствами
This commit is contained in:
2024-10-08 08:07:29 +07:00
parent 0537cc09cf
commit 4f4047b097
62 changed files with 10214 additions and 5510 deletions
+37 -55
View File
@@ -1,55 +1,37 @@
{
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"devPath": "http://localhost:1420",
"distDir": "../dist"
},
"package": {
"productName": "to-do-app",
"version": "1.7.0"
},
"tauri": {
"allowlist": {
"all": false,
"shell": {
"all": false,
"open": true
},
"window": {
"all": false,
"close": true,
"hide": true,
"show": true,
"maximize": true,
"minimize": true,
"unmaximize": true,
"unminimize": true,
"startDragging": true
}
},
"windows": [
{
"width": 800,
"height": 600,
"decorations": false,
"title": "To Do List"
}
],
"security": {
"csp": null
},
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.a-dot.dev",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}
}
{
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist",
"devUrl": "http://localhost:1420"
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
},
"productName": "to-do-app",
"mainBinaryName": "to-do-app",
"version": "1.7.0",
"identifier": "com.a-dot.dev",
"plugins": {},
"app": {
"security": {
"csp": null
},
"windows": [
{
"width": 800,
"height": 600,
"decorations": false,
"title": "To Do List"
}
]
}
}