Skip to content

Commit 21e3779

Browse files
committedJun 6, 2022
Minor adjustments
1 parent 737ce41 commit 21e3779

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ app.vdf
6060

6161
steamtmp
6262
build_output
63-
built_vdfs
63+
built_vdfs
64+
tmp

‎gulp/standalone.js

-15
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,6 @@ function gulptasksStandalone($, gulp) {
329329

330330
fs.writeFileSync(path.join(templatesDest, file), content, { encoding: "utf8" });
331331
}
332-
333-
// for (const buildVariant of ["app", "app-demo"]) {
334-
// const templateContents = fs
335-
// .readFileSync(path.join(steampipeDir, buildVariant + ".vdf.template"), {
336-
// encoding: "utf-8",
337-
// })
338-
// .toString();
339-
340-
// const convertedContents = templateContents.replace(
341-
// "$DESC$",
342-
// platform + " " + buildVariant + " version " + version + ", commit " + hash
343-
// );
344-
// fs.writeFileSync(path.join(steampipeDir, buildVariant + ".vdf"), convertedContents);
345-
// }
346-
// }
347332
cb();
348333
});
349334
}

‎gulp/steampipe/tmp/depot_build_1930756.vdf

-9
This file was deleted.

0 commit comments

Comments
 (0)