summarylogtreecommitdiffstats
path: root/copy-trilium.sh.patch
blob: 4e352c0111bb26c504eac974cbe5fd065281fbbe (plain)
1
2
3
4
5
6
7
8
30c30
< (cd $DIR && n exec 18.18.2 npm install --only=prod)
---
> (cd $DIR && npm install --only=prod)
34c34
<     for d in 'image-q/demo' 'better-sqlite3/Release' 'better-sqlite3/deps/sqlite3.tar.gz' '@jimp/plugin-print/fonts' 'jimp/browser' 'jimp/fonts'; do
---
>     for d in 'image-q/demo' 'better-sqlite3/build/Release' 'better-sqlite3/deps/sqlite3.tar.gz' '@jimp/plugin-print/fonts' 'jimp/browser' 'jimp/fonts'; do