mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🎨
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user