desktop: set snap base to core24 (#10180)

This commit is contained in:
Abdullah Atta
2026-07-31 12:41:56 +05:00
committed by GitHub
parent a1879dae17
commit f858e3471f

View File

@@ -203,11 +203,12 @@ module.exports = {
toolsets: {
appimage: "1.0.2"
},
snap: {
autoStart: false,
confinement: "strict",
allowNativeWayland: true,
base: "core22"
snapcraft: {
base: "core24",
core24: {
confinement: "strict",
autoStart: false
}
},
extraResources: ["app-update.yml", "./assets/**"],
extraMetadata: {