Index: templates/edge/AppxBlockMap.xml.tmpl |
diff --git a/templates/edge/AppxBlockMap.xml.tmpl b/templates/edge/AppxBlockMap.xml.tmpl |
deleted file mode 100644 |
index 7c0d4a7b59c99a6080a86ca6db2e171eb11d3d5e..0000000000000000000000000000000000000000 |
--- a/templates/edge/AppxBlockMap.xml.tmpl |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
-<BlockMap xmlns="http://schemas.microsoft.com/appx/2010/blockmap" HashMethod="http://www.w3.org/2001/04/xmlenc#sha256"> |
- {% for file in files -%} |
- <File Name="{{file.name}}" Size="{{file.size}}" LfhSize="{{file.lfh_size}}"> |
- {% for block in file.blocks -%} |
- <Block Hash="{{block.hash}}"/> |
- {% endfor -%} |
- </File> |
- {% endfor -%} |
-</BlockMap> |