From 820421a9da1f3337549a1948e74e53318b8ce3a6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 20 Jan 2024 20:37:01 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pct-helpers b/.pct-helpers index 08663b6..20626b0 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -557,7 +557,7 @@ buildAssets(){ local PCT_TEMPLATE_PATTERNS=($(makePCTTemplateSEDPatterns "$@")) # assets... - cp -R "${assets_dir}" "${staging_dir}" + cp -R "${assets_dir}"/* "${staging_dir}"/ # template dir... local TEMPLATES=($(find "$template_dir" -type f)) for file in "${TEMPLATES[@]}" ; do