One-click backups for AT Protocol

fix: actually show devtools in release

Turtlepaw a1421733 d6f19c80

Changed files
+6 -5
src-tauri
+2 -2
package.json
··· 1 { 2 "name": "atproto-backup", 3 "private": true, 4 - "version": "0.1.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", ··· 61 "trustedDependencies": [ 62 "@tailwindcss/oxide" 63 ] 64 - }
··· 1 { 2 "name": "atproto-backup", 3 "private": true, 4 + "version": "0.1.1", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", ··· 61 "trustedDependencies": [ 62 "@tailwindcss/oxide" 63 ] 64 + }
+1 -1
src-tauri/Cargo.toml
··· 16 17 [build-dependencies] 18 tauri-build = { version = "2", features = [] } 19 - tauri = { version = "2.0.0", features = [ "tray-icon" ] } 20 21 [dependencies] 22 tauri = { version = "2", features = ["tray-icon", "devtools"] }
··· 16 17 [build-dependencies] 18 tauri-build = { version = "2", features = [] } 19 + #tauri = { version = "2.0.0", features = [ "tray-icon", "api-all", "devtools" ] } 20 21 [dependencies] 22 tauri = { version = "2", features = ["tray-icon", "devtools"] }
+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": {