diff options
Diffstat (limited to 'editors/atom/files/patch-src_main-process_auto-update-manager.js')
-rw-r--r-- | editors/atom/files/patch-src_main-process_auto-update-manager.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/atom/files/patch-src_main-process_auto-update-manager.js b/editors/atom/files/patch-src_main-process_auto-update-manager.js deleted file mode 100644 index 61ba8d1631f4..000000000000 --- a/editors/atom/files/patch-src_main-process_auto-update-manager.js +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main-process/auto-update-manager.js.orig 2019-12-13 19:07:42 UTC -+++ src/main-process/auto-update-manager.js -@@ -101,7 +101,7 @@ module.exports = class AutoUpdateManager extends Event - this.setState(UnsupportedState); - } - break; -- case 'linux': -+ case 'linux': case 'freebsd': - this.setState(UnsupportedState); - } - } |