This commit is contained in:
Antonio Scandurra
2016-08-16 12:00:20 +02:00
parent 8dddbab344
commit afb57711d0

View File

@@ -41,7 +41,7 @@ module.exports = function () {
if (process.platform === 'darwin') {
bundledResourcesPath = path.join(packagedAppPath, 'Contents', 'Resources')
setAtomHelperVersion(packagedAppPath)
} else if (process.platform == 'linux') {
} else if (process.platform === 'linux') {
bundledResourcesPath = path.join(packagedAppPath, 'resources')
chmodNodeFiles(packagedAppPath)
} else {