Index: sitescripts/extensions/template/updates.json |
diff --git a/sitescripts/extensions/template/updates.json b/sitescripts/extensions/template/updates.json |
deleted file mode 100644 |
index e73bd6bc1ca832be77cb2da9da8835f569f67d6f..0000000000000000000000000000000000000000 |
--- a/sitescripts/extensions/template/updates.json |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-{ |
- "addons": |
- { |
- {%- for extension in extensions %} |
- {{extension.extensionID|json}}: |
- { |
- "updates": |
- [ |
- { |
- "version": {{extension.version|json}}, |
- "update_link": {{extension.updateURL|json}} |
- {%- if extension.compat -%} |
- , |
- "applications": |
- { |
- {%- for app in extension.compat %} |
- {{app.id|json}}: |
- { |
- "strict_min_version": {{app.minVersion|json}} |
- } |
- {{- "," if not loop.last else "" }} |
- {%- endfor %} |
- } |
- {%- endif %} |
- } |
- ] |
- } |
- {{- "," if not loop.last else "" }} |
- {%- endfor %} |
- } |
-} |