From f95c4d4b1d1312df674919731f9e5a04a9bbac38 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Thu, 5 Jan 2023 18:28:11 +0100 Subject: [PATCH] Sistemazione upload con rsync. --- loaih/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loaih/build.py b/loaih/build.py index 8fb99a9..be90f64 100644 --- a/loaih/build.py +++ b/loaih/build.py @@ -347,7 +347,7 @@ class Build(loaih.RemoteBuild): try: subprocess.run( shlex.split( - f"rsync -avz -e ssh *.AppImage* {self.remote_host}:{remotepath}" + f"rsync -rlIvz --munge-links *.AppImage* {self.remote_host}:{remotepath}" ) ) finally: