mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
desktop: set snap base to core24 (#10180)
This commit is contained in:
@@ -203,11 +203,12 @@ module.exports = {
|
|||||||
toolsets: {
|
toolsets: {
|
||||||
appimage: "1.0.2"
|
appimage: "1.0.2"
|
||||||
},
|
},
|
||||||
snap: {
|
snapcraft: {
|
||||||
autoStart: false,
|
base: "core24",
|
||||||
confinement: "strict",
|
core24: {
|
||||||
allowNativeWayland: true,
|
confinement: "strict",
|
||||||
base: "core22"
|
autoStart: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
extraResources: ["app-update.yml", "./assets/**"],
|
extraResources: ["app-update.yml", "./assets/**"],
|
||||||
extraMetadata: {
|
extraMetadata: {
|
||||||
|
|||||||
Reference in New Issue
Block a user