You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/atom/files/atom-license-path.patch

12 lines
739 B

--- a/build/app/src/main-process/atom-application.js
+++ b/build/app/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) {