Add more precise comment for build instructions

This commit is contained in:
deajan 2025-02-04 17:08:01 +01:00
parent 072e842f08
commit c2efa50288

View file

@ -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: