mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Have atom.desktop use PATH to find executable
Currently for RPM build only.
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = (grunt) ->
|
||||
installDir = grunt.config.get('atom.installDir')
|
||||
shareDir = path.join(installDir, 'share', 'atom')
|
||||
iconName = path.join(shareDir, 'resources', 'app', 'resources', 'atom.png')
|
||||
executable = path.join(shareDir, 'atom')
|
||||
executable = 'atom'
|
||||
|
||||
data = {name, version, description, installDir, iconName, executable}
|
||||
specFilePath = fillTemplate(path.join('resources', 'linux', 'redhat', 'atom.spec'), data)
|
||||
|
||||
Reference in New Issue
Block a user