Minor adjustments

pull/1434/head
tobspr 2 years ago
parent 737ce41041
commit 21e37792e0

3
.gitignore vendored

@ -60,4 +60,5 @@ app.vdf
steamtmp
build_output
built_vdfs
built_vdfs
tmp

@ -329,21 +329,6 @@ function gulptasksStandalone($, gulp) {
fs.writeFileSync(path.join(templatesDest, file), content, { encoding: "utf8" });
}
// for (const buildVariant of ["app", "app-demo"]) {
// const templateContents = fs
// .readFileSync(path.join(steampipeDir, buildVariant + ".vdf.template"), {
// encoding: "utf-8",
// })
// .toString();
// const convertedContents = templateContents.replace(
// "$DESC$",
// platform + " " + buildVariant + " version " + version + ", commit " + hash
// );
// fs.writeFileSync(path.join(steampipeDir, buildVariant + ".vdf"), convertedContents);
// }
// }
cb();
});
}

@ -1,9 +0,0 @@
"depotbuild"
{
"appid" "1930750"
"depotid" "1930756"
"flags" "0"
"steamid" "76561198992617597"
"manifest" "5433433891569989718"
"baselinemanifest" "213072635964295767"
}
Loading…
Cancel
Save