mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 00:31:40 +02:00
✨ Include features info in exported zipfiles
This commit is contained in:
parent
1b8e4dfdfa
commit
94cdd4a481
4 changed files with 14 additions and 14 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue