Skip to content
Snippets Groups Projects
Commit 3b059b33 authored by Simon McVittie's avatar Simon McVittie
Browse files

Remove toolmanifest.v1.vdf, toolmanifest.v2.vdf


Steam has supported "version 2" tool manifests for a while, so we don't
need the "version 1" manifest.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 449966dd
No related branches found
No related tags found
No related merge requests found
"manifest"
{
"commandline" "/run -- "
}
......@@ -842,7 +842,7 @@ class Main:
continue
with open(
os.path.join(self.depot, 'toolmanifest.v2.vdf'), 'w'
os.path.join(self.depot, 'toolmanifest.vdf'), 'w'
) as writer:
import vdf # noqa
......@@ -869,12 +869,6 @@ class Main:
)
os.chmod(os.path.join(self.depot, 'run'), 0o755)
if self.toolmanifest:
shutil.copy2(
os.path.join(self.depot, 'toolmanifest.v2.vdf'),
os.path.join(self.depot, 'toolmanifest.vdf'),
)
try:
with subprocess.Popen(
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment