Correzione comando sbagliato da console.
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
a0c6217d95
commit
60b246c548
@ -308,7 +308,7 @@ class Build(loaih.RemoteBuild):
|
|||||||
), cwd=self.appimagedir, check=True)
|
), cwd=self.appimagedir, check=True)
|
||||||
|
|
||||||
subprocess.run(shlex.split(
|
subprocess.run(shlex.split(
|
||||||
f"sed --in-place 's:^Name=.*$:Name={self.appname}:' " +
|
f"sed --in-place \'s:^Name=.*$:Name={self.appname}:\' " +
|
||||||
r"startcenter.desktop > startcenter.desktop"
|
r"startcenter.desktop > startcenter.desktop"
|
||||||
), cwd=self.appimagedir, check=True)
|
), cwd=self.appimagedir, check=True)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user