Make the publish specific to snap, as it's the only one that needs to be overridden, really.

This commit is contained in:
Bruno Bernardino 2022-07-27 10:20:23 +01:00
parent e26d31027b
commit 23a18a2736
No known key found for this signature in database
GPG Key ID: D1B0A69ADD114ECE
1 changed files with 1 additions and 1 deletions

View File

@ -58,11 +58,11 @@ async function main() {
linux: { linux: {
target: ["AppImage", "snap", "deb", "dir"], target: ["AppImage", "snap", "deb", "dir"],
category: "Utility", category: "Utility",
publish: ["github"],
}, },
snap: { snap: {
confinement: "strict", confinement: "strict",
plugs: ["desktop", "home", "browser-support", "network", "opengl", "x11", "wayland", "unity7"], plugs: ["desktop", "home", "browser-support", "network", "opengl", "x11", "wayland", "unity7"],
publish: ["github"],
}, },
afterSign: "scripts/notarize.js", afterSign: "scripts/notarize.js",
}; };