Change command
This commit is contained in:
@@ -50,7 +50,7 @@ function checkLinuxTraySupport (cb) {
|
|||||||
const cp = require('child_process')
|
const cp = require('child_process')
|
||||||
|
|
||||||
// Check that libappindicator libraries are installed in system.
|
// Check that libappindicator libraries are installed in system.
|
||||||
cp.exec('ls /usr/lib*/libappindicator*', function (err, stdout) {
|
cp.exec('ldconfig -p | grep libappindicator', function (err, stdout) {
|
||||||
if (err) return cb(err)
|
if (err) return cb(err)
|
||||||
cb(null)
|
cb(null)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user