mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Explicitly set app path perms to 755 on Linux
This commit is contained in:
@@ -25,6 +25,9 @@ module.exports = (grunt) ->
|
||||
resourcePath = process.cwd()
|
||||
appPath = getAppPath()
|
||||
|
||||
# Ensure application is executable on Linux
|
||||
fs.chmodSync(appPath, '755') if process.platform is 'linux'
|
||||
|
||||
packageSpecQueue = async.queue (packagePath, callback) ->
|
||||
if process.platform in ['darwin', 'linux']
|
||||
options =
|
||||
|
||||
Reference in New Issue
Block a user