Skip to content

Commit fc25204

Browse files
committed
fix: remove empty desktopTemplate and pubkey causing build errors
1 parent 5b8915a commit fc25204

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@
6363
"timestampUrl": ""
6464
},
6565
"linux": {
66-
"deb": {
67-
"desktopTemplate": ""
68-
},
66+
"deb": {},
6967
"appimage": {}
7068
},
7169
"createUpdaterArtifacts": "v1Compatible",
@@ -75,8 +73,7 @@
7573
"updater": {
7674
"endpoints": [
7775
"https://github.com/gitify-app/gitify/releases/latest/download/latest.json"
78-
],
79-
"pubkey": ""
76+
]
8077
},
8178
"deep-link": {
8279
"desktop": {

0 commit comments

Comments
 (0)