mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 20:49:36 +01:00
desktop: remove channel when publishing
This commit is contained in:
@@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user