monerod-gui/electron-installer-debian.json
everoddandeven 62e843dea7
Some checks failed
MacOS - x64 DMG Build / build (20) (push) Has been cancelled
Lint Test / build (20) (push) Has been cancelled
Linux - AppImage Build / build (20) (push) Has been cancelled
Linux - x86_64 RPM Build / build (20) (push) Has been cancelled
Linux - x64 DEB Build / build (20) (push) Has been cancelled
MacOS Build / build (20) (push) Has been cancelled
Windows Build / build (20) (push) Has been cancelled
Bump version 1.0.0 to 1.1.0
2025-01-05 12:05:08 +01:00

19 lines
No EOL
378 B
JSON

{
"name": "monerod-gui",
"productName": "Monero Daemon",
"genericName": "Cryptocurrency Node Manager",
"version": "1.1.0",
"dest": "release/",
"icon": "src/assets/icons/favicon.256x256.png",
"categories": [
"Network"
],
"lintianOverrides": [
"changelog-file-missing-in-native-package"
],
"depends": [
"net-tools",
"upower",
"dbus"
]
}