summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index e11c042..0a529d0 100644
--- a/meta.lua
+++ b/meta.lua
@@ -2,5 +2,6 @@ return {
2 ["image-msi"] = { 2 ["image-msi"] = {
3 requires = {}, 3 requires = {},
4 produces = {}, 4 produces = {},
5 export = true,
5 } 6 }
6} 7}