mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
build(electron): add flatpak config
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user