🐛 Fix application:open-license command

This commit is contained in:
Machiste Quintana
2015-05-22 22:05:04 -04:00
parent ec5b807056
commit c5a8c8ad34

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