summarylogtreecommitdiffstats
path: root/fix-restart.patch
blob: c12d3346157fc489d1bdb796a022433ea82ed30d (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
@@ -2047,7 +2047,7 @@
   }
 
   restart() {
-    const args = [];
+    const args = ['/usr/lib/atom/atom'];
     if (this.safeMode) args.push('--safe');
     if (this.logFile != null) args.push(`--log-file=${this.logFile}`);
     if (this.userDataDir != null)