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