mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 18:12:13 +08:00
12 lines
355 B
Diff
12 lines
355 B
Diff
--- a/src/main-process/atom-application.coffee
|
|
+++ b/src/main-process/atom-application.coffee
|
|
@@ -870,7 +870,7 @@
|
|
@restart()
|
|
|
|
restart: ->
|
|
- args = []
|
|
+ args = ["--app=/usr/lib/atom"]
|
|
args.push("--safe") if @safeMode
|
|
args.push("--log-file=#{@logFile}") if @logFile?
|
|
args.push("--socket-path=#{@socketPath}") if @socketPath?
|