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

@@ -484,6 +484,11 @@ function buildLinux (cb) {
dest: destPath,
expand: true,
cwd: filesPath
}, {
src: ['./**'],
dest: path.join('/usr', 'share'),
expand: true,
cwd: path.join(config.STATIC_PATH, 'linux', 'share')
}], function (err) {
if (err) return cb(err)
console.log(`Linux: Created ${destArch} deb.`)