mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
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:
committed by
Panagiotis Papadopoulos
parent
f8b06f0634
commit
1ae5c43010
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user