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
"msi",
33
"dmg"
34
],
0
0
0
0
0
0
0
0
35
"icon": [
36
"icons/32x32.png",
37
"icons/128x128.png",
···
32
"msi",
33
"dmg"
34
],
35
+
"linux": {
36
+
"rpm": {
37
+
"compression": {
38
+
"type": "zstd",
39
+
"level": 1
40
+
}
41
+
}
42
+
},
43
"icon": [
44
"icons/32x32.png",
45
"icons/128x128.png",