From bee7793d32a5dc01b2342d5caee075afa3b03174 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 16 Mar 2025 01:30:52 +0100 Subject: [PATCH] build(copy-trilium): remove now unnecessary package.json patching this is not needed anymore since commit 6b9d8f0d677763f29d29abd0816b1a5d40e858c8 --- bin/copy-trilium.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/copy-trilium.sh b/bin/copy-trilium.sh index 515c3ccc6..629138048 100755 --- a/bin/copy-trilium.sh +++ b/bin/copy-trilium.sh @@ -10,9 +10,6 @@ if ! [[ $(which npm) ]]; then exit 1 fi -# Patch package.json main -sed -i 's|./dist/electron-main.js|electron-main.js|g' "$BUILD_DIR/package.json" - if [[ -d "$BUILD_DIR"/node_modules ]]; then # cleanup of useless files in dependencies for d in 'image-q/demo' \