build(electron): add flatpak config

This commit is contained in:
Panagiotis Papadopoulos 2025-02-03 23:21:27 +01:00
parent 399fd481ba
commit 7753905df9

View File

@ -59,6 +59,15 @@ module.exports = {
}
}
},
{
name: "@electron-forge/maker-flatpak",
config: {
options: {
icon: "./images/app-icons/png/128x128.png",
desktopTemplate: path.resolve("./bin/electron-forge/desktop.ejs"),
},
}
},
{
name: "@electron-forge/maker-rpm",
config: {