Include features info in exported zipfiles

This commit is contained in:
Andrés Moya 2022-12-01 14:19:27 +01:00
parent 1b8e4dfdfa
commit 94cdd4a481
4 changed files with 14 additions and 14 deletions

View file

@ -72,7 +72,7 @@
manifest-stream
(->> files-stream
(rx/map #(e/create-manifest (uuid/next) (:id file) :all %))
(rx/map #(e/create-manifest (uuid/next) (:id file) :all % false))
(rx/map (fn [a]
(vector "manifest.json" a))))