desktop: change snap base to core22

This commit is contained in:
Abdullah Atta
2025-06-18 08:54:54 +05:00
parent be1a8bf849
commit c8aae5be61

View File

@@ -38,6 +38,9 @@ const linuxExecutableName = process.env.NN_PRODUCT_NAME
const year = new Date().getFullYear();
const isBeta = pkg.version.includes("-beta");
/**
* @type {import("app-builder-lib").Configuration}
*/
module.exports = {
appId: appId,
productName: productName,
@@ -194,7 +197,8 @@ module.exports = {
snap: {
autoStart: false,
confinement: "strict",
allowNativeWayland: true
allowNativeWayland: true,
base: "core22"
},
extraResources: ["app-update.yml", "./assets/**"],
extraMetadata: {