build(copy-trilium): remove now unnecessary package.json patching

this is not needed anymore since commit 6b9d8f0d67
pull/1436/head
Panagiotis Papadopoulos 2025-03-16 01:30:52 +07:00
parent 8feb201d3d
commit bee7793d32
1 changed files with 0 additions and 3 deletions

@ -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' \