From fedb025b975bd8f1eccc046de3a06b891d7fc22b Mon Sep 17 00:00:00 2001 From: prplwtf Date: Thu, 23 Nov 2023 19:02:33 +0100 Subject: [PATCH] feat(core): leave comment for future self --- blueprint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blueprint.sh b/blueprint.sh index adbe582..f9b3673 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -1185,9 +1185,14 @@ if [[ ( $2 == "-export" || $2 == "-e" ) ]]; then VCMD="y" cd .blueprint || throw 'cdMissingDirectory' rm dev/.gitkeep 2> /dev/null + eval "$(parse_yaml dev/conf.yml conf_)"; identifier="${conf_info_identifier}" + cp -R dev/* tmp/ cd tmp || throw 'cdMissingDirectory' + + # do compilation crap + zip -r extension.zip * cd ${FOLDER} || throw 'cdMissingDirectory' cp .blueprint/tmp/extension.zip ${identifier}.blueprint