mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
desktop: change snap base to core22
This commit is contained in:
@@ -38,6 +38,9 @@ const linuxExecutableName = process.env.NN_PRODUCT_NAME
|
|||||||
const year = new Date().getFullYear();
|
const year = new Date().getFullYear();
|
||||||
const isBeta = pkg.version.includes("-beta");
|
const isBeta = pkg.version.includes("-beta");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @type {import("app-builder-lib").Configuration}
|
||||||
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
appId: appId,
|
appId: appId,
|
||||||
productName: productName,
|
productName: productName,
|
||||||
@@ -194,7 +197,8 @@ module.exports = {
|
|||||||
snap: {
|
snap: {
|
||||||
autoStart: false,
|
autoStart: false,
|
||||||
confinement: "strict",
|
confinement: "strict",
|
||||||
allowNativeWayland: true
|
allowNativeWayland: true,
|
||||||
|
base: "core22"
|
||||||
},
|
},
|
||||||
extraResources: ["app-update.yml", "./assets/**"],
|
extraResources: ["app-update.yml", "./assets/**"],
|
||||||
extraMetadata: {
|
extraMetadata: {
|
||||||
|
|||||||
Reference in New Issue
Block a user