mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-09 04:20:08 +00:00
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
19 lines
No EOL
386 B
JSON
19 lines
No EOL
386 B
JSON
{
|
|
"name": "monerod-gui",
|
|
"productName": "Monero Daemon",
|
|
"genericName": "Cryptocurrency Node Manager",
|
|
"version": "1.1.0",
|
|
"dest": "dist/installers/",
|
|
"icon": "src/assets/icons/favicon.256x256.png",
|
|
"categories": [
|
|
"Network"
|
|
],
|
|
"lintianOverrides": [
|
|
"changelog-file-missing-in-native-package"
|
|
],
|
|
"depends": [
|
|
"net-tools",
|
|
"upower",
|
|
"dbus"
|
|
]
|
|
} |