tangled
alpha
login
or
join now
atbackup.pages.dev
/
atbackup
One-click backups for AT Protocol
17
fork
atom
overview
issues
1
pulls
pipelines
fix: show dev tools in release
Turtlepaw
5 months ago
99d573f4
0f72711b
options
unified
split
Changed files
+4
src-tauri
Cargo.toml
+4
src-tauri/Cargo.toml
···
38
38
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
39
39
tauri-plugin-autostart = "2"
40
40
tauri-plugin-updater = "2"
41
41
+
42
42
+
# Optimize for smaller binary size
43
43
+
[profile.release]
44
44
+
debug = true