build(copy-trilium): do all the work inside build dir, no target directory needed anymore

-> all of these steps will eventually be merged with copy-dist script to have a unified copying script
This commit is contained in:
Panagiotis Papadopoulos
2025-03-09 10:05:00 +01:00
committed by Panagiotis Papadopoulos
parent f8b06f0634
commit 1ae5c43010
2 changed files with 12 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ echo "Package directory: $PKG_DIR"
if [ "$1" != "DONTCOPY" ]
then
# Need to modify copy-trilium.sh to accept the target directory
./bin/copy-trilium.sh "$PKG_DIR"
./bin/copy-trilium.sh
fi
cd dist