summaryrefslogtreecommitdiff
path: root/app-editors/atom/files/atom-license-path-r1.patch
blob: c8d6ab9784f01b6d82f059832ee66c91e00a9389 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/main-process/atom-application.js
+++ b/src/main-process/atom-application.js
@@ -406,7 +406,7 @@
       this.openPathOnEvent('application:open-your-keymap', 'atom://.atom/keymap');
       this.openPathOnEvent('application:open-your-snippets', 'atom://.atom/snippets');
       this.openPathOnEvent('application:open-your-stylesheet', 'atom://.atom/stylesheet');
-      this.openPathOnEvent('application:open-license', path.join(process.resourcesPath, 'LICENSE.md'));
+      this.openPathOnEvent('application:open-license', '/usr/share/licenses/atom/LICENSE.md');
       this.disposable.add(ipcHelpers.on(app, 'before-quit', (function(_this) {
         return function(event) {
           if (!_this.quitting) {