build(electron): add rpm config

pull/1108/head
Panagiotis Papadopoulos 2025-02-02 23:00:22 +07:00
parent aa446f7bd6
commit 1cd49130dd
1 changed files with 9 additions and 0 deletions

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