Correzione comando sbagliato da console.
This commit is contained in:
parent
a0c6217d95
commit
60b246c548
|
@ -308,7 +308,7 @@ class Build(loaih.RemoteBuild):
|
|||
), cwd=self.appimagedir, check=True)
|
||||
|
||||
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"
|
||||
), cwd=self.appimagedir, check=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue