mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Stop aria2c if Xcodes stops
I removed this because I thought it wasn't necessary for some reason. We do send a SIGTERM if the user cancels the installation (via subscription cancellation), but if the whole app quits aria2c would keep running in the background.
This commit is contained in:
parent
10a96ddfa3
commit
0295bc8b1b
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ public struct Shell {
|
|||
"--max-connection-per-server=16",
|
||||
"--split=16",
|
||||
"--summary-interval=1",
|
||||
"--stop-with-process=\(ProcessInfo.processInfo.processIdentifier)",
|
||||
"--dir=\(destination.parent.string)",
|
||||
"--out=\(destination.basename())",
|
||||
url.absoluteString,
|
||||
|
|
|
|||
Loading…
Reference in a new issue