Both setAppBadge and autoStart at system boot now use dbus calls. This means that autoStart will work in Flatpak
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"name": "libvesktop",
|
|
"main": "build/Release/vesktop.node",
|
|
"types": "index.d.ts",
|
|
"devDependencies": {
|
|
"node-addon-api": "^8.5.0",
|
|
"node-gyp": "^11.4.2"
|
|
},
|
|
"scripts": {
|
|
"build": "node-gyp configure build",
|
|
"clean": "node-gyp clean",
|
|
"test": "npm run build && node test.js"
|
|
}
|
|
}
|