+2
-2
package.json
+2
-2
package.json
+1
-1
src-tauri/Cargo.toml
+1
-1
src-tauri/Cargo.toml
+3
-2
src-tauri/tauri.conf.json
+3
-2
src-tauri/tauri.conf.json
···
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "ATBackup",
4
-
"version": "0.1.0",
5
"identifier": "ATBackup",
6
"build": {
7
"beforeDevCommand": "bun run dev",
···
16
"width": 800,
17
"height": 600,
18
"decorations": false,
19
-
"label": "main"
20
}
21
],
22
"security": {
···
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "ATBackup",
4
+
"version": "0.1.1",
5
"identifier": "ATBackup",
6
"build": {
7
"beforeDevCommand": "bun run dev",
···
16
"width": 800,
17
"height": 600,
18
"decorations": false,
19
+
"label": "main",
20
+
"devtools": true
21
}
22
],
23
"security": {