diff options
| author | Rémi Verschelde | 2017-09-12 12:55:53 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-12 12:55:53 +0200 |
| commit | aabbd00284640a4789f96702c134ea40b11b402e (patch) | |
| tree | 8363659a6551644b0d89401681e2909d5451a119 /platform/uwp/export/export.cpp | |
| parent | c5e0e31f5106d7d91dc478af1f86740c74cea824 (diff) | |
| parent | b2a38854fdde296fd2d7da139a29b23a18ab494d (diff) | |
| download | godot-aabbd00284640a4789f96702c134ea40b11b402e.tar.gz godot-aabbd00284640a4789f96702c134ea40b11b402e.tar.zst godot-aabbd00284640a4789f96702c134ea40b11b402e.zip | |
Diffstat (limited to 'platform/uwp/export/export.cpp')
| -rw-r--r-- | platform/uwp/export/export.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/uwp/export/export.cpp b/platform/uwp/export/export.cpp index a2be126c5..25d44c24b 100644 --- a/platform/uwp/export/export.cpp +++ b/platform/uwp/export/export.cpp @@ -466,8 +466,6 @@ void AppxPackager::add_file(String p_file_name, const uint8_t *p_buffer, size_t EditorNode::progress_task_step(progress_task, "File: " + p_file_name, (p_file_no * 100) / p_total_files); } - bool do_hash = p_file_name != "AppxSignature.p7x"; - FileMeta meta; meta.name = p_file_name; meta.uncompressed_size = p_len; |
