mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-09 22:46:59 +08:00
Add more precise comment for build instructions
This commit is contained in:
parent
072e842f08
commit
c2efa50288
1 changed files with 1 additions and 0 deletions
|
@ -1202,6 +1202,7 @@ def main_gui(viewer_mode=False):
|
|||
datetime.now(timezone.utc),
|
||||
)
|
||||
# kill_childs normally would not be necessary, but let's just be foolproof here (kills restic subprocess in all cases)
|
||||
# We need to only kill the backend process on windows since we compile with Nuitka option --windows-disable-console=hide
|
||||
if os.name == "nt":
|
||||
backend_process = "restic.exe"
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue