One-click backups for AT Protocol

fix: stop supporting appimage

Turtlepaw 227ed58d 8c5585c4

Changed files
+7 -1
src-tauri
+1
src-tauri/Cargo.toml
··· 4 4 description = "One-click bluesky backups" 5 5 authors = ["Turtlepaw"] 6 6 edition = "2021" 7 + license = "Apache-2.0" 7 8 8 9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 9 10
+6 -1
src-tauri/tauri.conf.json
··· 26 26 }, 27 27 "bundle": { 28 28 "active": true, 29 - "targets": "all", 29 + "targets": [ 30 + "deb", 31 + "rpm", 32 + "msi", 33 + "dmg" 34 + ], 30 35 "icon": [ 31 36 "icons/32x32.png", 32 37 "icons/128x128.png",