build(electron): use baseLinuxMakerConfigOptions for flatpak as well

This commit is contained in:
Panagiotis Papadopoulos 2025-02-07 08:52:55 +01:00
parent f38f9e640b
commit 47e2100920

View File

@ -63,8 +63,7 @@ module.exports = {
name: "@electron-forge/maker-flatpak",
config: {
options: {
icon: "./images/app-icons/png/128x128.png",
desktopTemplate: path.resolve("./bin/electron-forge/desktop.ejs"),
...baseLinuxMakerConfigOptions,
id: "com.github.triliumnext.notes",
runtimeVersion: "24.08",
base: "org.electronjs.Electron2.BaseApp",