1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

Attempt at flatpak build

This commit is contained in:
Marcelo Bezerra 2025-01-21 00:49:03 +01:00
parent 64c489e3ba
commit f87ebaf44f
4 changed files with 715 additions and 516 deletions

View file

@ -110,5 +110,19 @@ module.exports = {
}
},
},
{
name: '@electron-forge/maker-flatpak',
config: {
options: {
name: "inav-configurator",
productName: "INAV Configurator",
license: "GPL-3.0",
categories: ["Utility"],
icon: "./assets/linux/icon/inav_icon_128.png",
description: "Configurator for the open source flight controller software INAV.",
homepage: "https://github.com/inavflight/",
}
},
},
],
};