add system-wide launcher and icons for debian and derivates

This commit is contained in:
grunjol
2016-08-20 23:08:51 -03:00
parent 0f80f96023
commit b0b26f8300
5 changed files with 41 additions and 0 deletions

View File

@@ -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()