mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
build(build-server): remove now unused DONTCOPY check
This commit is contained in:
committed by
Panagiotis Papadopoulos
parent
d110c8b067
commit
56340009ca
@@ -26,11 +26,7 @@ NODE_VERSION=20.15.1
|
|||||||
BUILD_DIR="./build"
|
BUILD_DIR="./build"
|
||||||
DIST_DIR="./dist"
|
DIST_DIR="./dist"
|
||||||
|
|
||||||
if [ "$1" != "DONTCOPY" ]
|
|
||||||
then
|
|
||||||
# Need to modify copy-trilium.sh to accept the target directory
|
|
||||||
./bin/copy-trilium.sh
|
./bin/copy-trilium.sh
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Downloading Node.js runtime..."
|
echo "Downloading Node.js runtime..."
|
||||||
cd $BUILD_DIR
|
cd $BUILD_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user