Merge pull request #6919 from atom/mq-6918-license

Fix application:open-license command
This commit is contained in:
Kevin Sawicki
2015-05-26 09:14:04 -07:00

View File

@@ -377,7 +377,7 @@ class Workspace extends Model
# Open Atom's license in the active pane.
openLicense: ->
@open(join(atom.getLoadSettings().resourcePath, 'LICENSE.md'))
@open(path.join(process.resourcesPath, 'LICENSE.md'))
# Synchronously open the given URI in the active pane. **Only use this method
# in specs. Calling this in production code will block the UI thread and