Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/generationInfo.json.tmpl

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Patch Set: Created July 9, 2018, 7:42 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « templates/edge/appxmanifest.xml.tmpl ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/generationInfo.json.tmpl
diff --git a/templates/generationInfo.json.tmpl b/templates/generationInfo.json.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..30243fd9d737b5bb0ca264141a8200fe695166a9
--- /dev/null
+++ b/templates/generationInfo.json.tmpl
@@ -0,0 +1,9 @@
+{
+ "generationTool": "manifoldjs",
+ "generationToolVersion": "0.7.6",
+ "platformId": "edgeextension",
+ "platformPackage": "manifoldjs-edgeextension",
+ "platformVersion": "0.1.8",
+ "generatedFrom": "CLI",
+ "generationDate": "{{ generation_time }}"
+}
« no previous file with comments | « templates/edge/appxmanifest.xml.tmpl ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld