One-click backups for AT Protocol

fix: add singing for mac

Turtlepaw 301dc919 6c24b9b1

Changed files
+5 -2
src-tauri
+5 -2
src-tauri/tauri.conf.json
··· 1 1 { 2 2 "$schema": "https://schema.tauri.app/config/2", 3 3 "productName": "ATBackup", 4 - "version": "0.1.3", 4 + "version": "0.1.2", 5 5 "identifier": "ATBackup", 6 6 "build": { 7 7 "beforeDevCommand": "bun run dev", ··· 47 47 "icons/icon.icns", 48 48 "icons/icon.ico" 49 49 ], 50 - "createUpdaterArtifacts": true 50 + "createUpdaterArtifacts": true, 51 + "macOS": { 52 + "signingIdentity": "-" 53 + } 51 54 }, 52 55 "plugins": { 53 56 "deep-link": {