Compare commits

...

1 Commits

Author SHA1 Message Date
c8a2303ff3 feat(spec): add 'zim' to apps allowed formats
All checks were successful
arcad/emissary/pipeline/head This commit looks good
2023-10-20 17:39:28 +02:00

View File

@ -24,7 +24,8 @@
"type": "string",
"enum": [
"zip",
"tar.gz"
"tar.gz",
"zim"
]
},
"storage": {