Correzione comando sbagliato da console - 1.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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*' " +
|
||||
|
Reference in New Issue
Block a user