electron: Fix loading of i18n

This commit is contained in:
Elian Doran
2024-09-08 17:40:05 +03:00
parent d00c028a0c
commit 68042994e0
7 changed files with 26 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ rm -r $PKG_DIR/node/lib/node_modules/npm
rm -r $PKG_DIR/node/include/node
rm -r $PKG_DIR/node_modules/electron*
rm -r $PKG_DIR/electron.js
rm -r $PKG_DIR/electron*.js
printf "#!/bin/sh\n./node/bin/node src/www" > $PKG_DIR/trilium.sh
chmod 755 $PKG_DIR/trilium.sh