desktop: remove channel when publishing

This commit is contained in:
Abdullah Atta
2024-04-29 11:38:31 +05:00
parent f927f05f86
commit 94b28f86ca

View File

@@ -57,6 +57,7 @@
"productName": "Notesnook", "productName": "Notesnook",
"copyright": "Copyright © 2023 Streetwriters (Private) Limited", "copyright": "Copyright © 2023 Streetwriters (Private) Limited",
"artifactName": "notesnook_${os}_${arch}.${ext}", "artifactName": "notesnook_${os}_${arch}.${ext}",
"generateUpdatesFilesForAllChannels": true,
"asar": false, "asar": false,
"files": [ "files": [
"!*.chunk.js.map", "!*.chunk.js.map",
@@ -134,15 +135,13 @@
{ {
"target": "nsis", "target": "nsis",
"arch": [ "arch": [
"x64", "x64"
"arm64"
] ]
}, },
{ {
"target": "portable", "target": "portable",
"arch": [ "arch": [
"x64", "x64"
"arm64"
] ]
} }
], ],
@@ -220,8 +219,7 @@
{ {
"provider": "github", "provider": "github",
"repo": "notesnook", "repo": "notesnook",
"owner": "streetwriters", "owner": "streetwriters"
"channel": "beta"
} }
] ]
} }