This commit is contained in:
parent
a316b85afe
commit
a0c4fbcad0
@ -309,7 +309,7 @@ class Build(loaih.RemoteBuild):
|
||||
|
||||
subprocess.run(shlex.split(
|
||||
f"sed --in-place \'s:^Name=.*$:Name={self.appname}:\' " +
|
||||
r"startcenter.desktop > startcenter.desktop"
|
||||
r"startcenter.desktop"
|
||||
), cwd=self.appimagedir, check=False)
|
||||
|
||||
subprocess.run(shlex.split(
|
||||
@ -413,7 +413,7 @@ class Build(loaih.RemoteBuild):
|
||||
subprocess.run(shlex.split(
|
||||
r"rsync -rlIvz --munge-links *.AppImage* " +
|
||||
f"{self.remote_host}:{remotepath}"
|
||||
), check=True)
|
||||
), cwd=self.appnamedir, shell=True, check=True)
|
||||
finally:
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user