mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Merge pull request #6919 from atom/mq-6918-license
Fix application:open-license command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user