From 21e37792e013f03dc22a6a6ae9078377aef56c67 Mon Sep 17 00:00:00 2001 From: tobspr Date: Mon, 6 Jun 2022 15:48:21 +0200 Subject: [PATCH] Minor adjustments --- .gitignore | 3 ++- gulp/standalone.js | 15 --------------- gulp/steampipe/tmp/depot_build_1930756.vdf | 9 --------- 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100755 gulp/steampipe/tmp/depot_build_1930756.vdf diff --git a/.gitignore b/.gitignore index 3f8880db..0e74d8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -60,4 +60,5 @@ app.vdf steamtmp build_output -built_vdfs \ No newline at end of file +built_vdfs +tmp diff --git a/gulp/standalone.js b/gulp/standalone.js index 73948a83..172684c6 100644 --- a/gulp/standalone.js +++ b/gulp/standalone.js @@ -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(); }); } diff --git a/gulp/steampipe/tmp/depot_build_1930756.vdf b/gulp/steampipe/tmp/depot_build_1930756.vdf deleted file mode 100755 index 8006aff3..00000000 --- a/gulp/steampipe/tmp/depot_build_1930756.vdf +++ /dev/null @@ -1,9 +0,0 @@ -"depotbuild" -{ - "appid" "1930750" - "depotid" "1930756" - "flags" "0" - "steamid" "76561198992617597" - "manifest" "5433433891569989718" - "baselinemanifest" "213072635964295767" -}