Merge pull request #793 from feross/debian-system-install
Add system-wide menu item for debian and derivates
This commit is contained in:
@@ -280,6 +280,9 @@ function installLinux () {
|
||||
var config = require('../config')
|
||||
var log = require('./log')
|
||||
|
||||
// Do not install in user dir if running on system
|
||||
if (/^\/opt/.test(process.execPath)) return
|
||||
|
||||
installDesktopFile()
|
||||
installIconFile()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user