Correzione comando sbagliato da console - 1.
This commit is contained in:
parent
60b246c548
commit
a316b85afe
|
@ -310,7 +310,7 @@ class Build(loaih.RemoteBuild):
|
|||
subprocess.run(shlex.split(
|
||||
f"sed --in-place \'s:^Name=.*$:Name={self.appname}:\' " +
|
||||
r"startcenter.desktop > startcenter.desktop"
|
||||
), cwd=self.appimagedir, check=True)
|
||||
), cwd=self.appimagedir, check=False)
|
||||
|
||||
subprocess.run(shlex.split(
|
||||
r"find . -name '*startcenter.png' -path '*hicolor*48x48*' " +
|
||||
|
|
Loading…
Reference in New Issue