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: add singing for mac
Turtlepaw
7 months ago
301dc919
6c24b9b1
+5
-2
1 changed file
expand all
collapse all
unified
split
src-tauri
tauri.conf.json
+5
-2
src-tauri/tauri.conf.json
···
1
1
{
2
2
"$schema": "https://schema.tauri.app/config/2",
3
3
"productName": "ATBackup",
4
4
-
"version": "0.1.3",
4
4
+
"version": "0.1.2",
5
5
"identifier": "ATBackup",
6
6
"build": {
7
7
"beforeDevCommand": "bun run dev",
···
47
47
"icons/icon.icns",
48
48
"icons/icon.ico"
49
49
],
50
50
-
"createUpdaterArtifacts": true
50
50
+
"createUpdaterArtifacts": true,
51
51
+
"macOS": {
52
52
+
"signingIdentity": "-"
53
53
+
}
51
54
},
52
55
"plugins": {
53
56
"deep-link": {