mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
fix scrypt binary for windows
This commit is contained in:
@@ -5,7 +5,6 @@ echo "Deleting dist"
|
||||
rm -r dist/*
|
||||
|
||||
cp -r bin/deps/sqlite/* node_modules/sqlite3/lib/binding/
|
||||
cp -r bin/deps/scrypt/* node_modules/scrypt/bin/
|
||||
cp -r bin/deps/image/cjpeg.exe node_modules/mozjpeg/vendor/
|
||||
cp -r bin/deps/image/pngquant.exe node_modules/pngquant-bin/vendor/
|
||||
cp -r bin/deps/image/gifsicle.exe node_modules/giflossy/vendor/
|
||||
@@ -21,4 +20,4 @@ cp -r bin/deps/image/gifsicle.exe node_modules/giflossy/vendor/
|
||||
./node_modules/.bin/electron-packager . --out=dist --platform=win32 --arch=x64 --overwrite
|
||||
|
||||
# can't copy this before the packaging because the same file name is used for both linux and windows build
|
||||
cp bin/deps/scrypt/win32-x64-57/scrypt.node ./dist/trilium-win32-x64/resources/app/node_modules/scrypt/build/Release/
|
||||
cp bin/deps/scrypt.node ./dist/trilium-win32-x64/resources/app/node_modules/scrypt/build/Release/
|
||||
|
||||
BIN
bin/deps/scrypt.node
Normal file
BIN
bin/deps/scrypt.node
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user