tangled
alpha
login
or
join now
backups.bunware.org
/
atbackup
18
fork
atom
One-click backups for AT Protocol
18
fork
atom
overview
issues
2
pulls
pipelines
fix: reduce compression to speed up builds
Turtlepaw
7 months ago
6c24b9b1
29040224
+8
1 changed file
expand all
collapse all
unified
split
src-tauri
tauri.conf.json
+8
src-tauri/tauri.conf.json
···
32
32
"msi",
33
33
"dmg"
34
34
],
35
35
+
"linux": {
36
36
+
"rpm": {
37
37
+
"compression": {
38
38
+
"type": "zstd",
39
39
+
"level": 1
40
40
+
}
41
41
+
}
42
42
+
},
35
43
"icon": [
36
44
"icons/32x32.png",
37
45
"icons/128x128.png",