mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
mac spellchecker build
This commit is contained in:
parent
824fb08511
commit
9ad521822d
@ -9,11 +9,13 @@ rm -r node_modules/sqlite3/lib/binding/*
|
|||||||
rm -r node_modules/mozjpeg/vendor/*
|
rm -r node_modules/mozjpeg/vendor/*
|
||||||
rm -r node_modules/pngquant-bin/vendor/*
|
rm -r node_modules/pngquant-bin/vendor/*
|
||||||
rm -r node_modules/giflossy/vendor/*
|
rm -r node_modules/giflossy/vendor/*
|
||||||
|
rm -r node_modules/@felixrieseberg/spellchecker/build/Release/*
|
||||||
|
|
||||||
cp -r bin/deps/mac-x64/sqlite/* node_modules/sqlite3/lib/binding/
|
cp -r bin/deps/mac-x64/sqlite/* node_modules/sqlite3/lib/binding/
|
||||||
cp bin/deps/mac-x64/image/cjpeg node_modules/mozjpeg/vendor/
|
cp bin/deps/mac-x64/image/cjpeg node_modules/mozjpeg/vendor/
|
||||||
cp bin/deps/mac-x64/image/pngquant node_modules/pngquant-bin/vendor/
|
cp bin/deps/mac-x64/image/pngquant node_modules/pngquant-bin/vendor/
|
||||||
cp bin/deps/mac-x64/image/gifsicle node_modules/giflossy/vendor/
|
cp bin/deps/mac-x64/image/gifsicle node_modules/giflossy/vendor/
|
||||||
|
cp bin/deps/mac-x64/spellchecker/* node_modules/@felixrieseberg/spellchecker/build/Release/
|
||||||
|
|
||||||
./node_modules/.bin/electron-packager . --asar --out=dist --executable-name=trilium --platform=darwin --arch=x64 --overwrite --icon=images/app-icons/mac/icon.icns
|
./node_modules/.bin/electron-packager . --asar --out=dist --executable-name=trilium --platform=darwin --arch=x64 --overwrite --icon=images/app-icons/mac/icon.icns
|
||||||
|
|
||||||
|
BIN
bin/deps/mac-x64/spellchecker/hunspell.a
Normal file
BIN
bin/deps/mac-x64/spellchecker/hunspell.a
Normal file
Binary file not shown.
BIN
bin/deps/mac-x64/spellchecker/spellchecker.node
Normal file
BIN
bin/deps/mac-x64/spellchecker/spellchecker.node
Normal file
Binary file not shown.
@ -183,6 +183,8 @@ body {
|
|||||||
/* todo lists */
|
/* todo lists */
|
||||||
|
|
||||||
--ck-color-todo-list-checkmark-border: var(--main-border-color);
|
--ck-color-todo-list-checkmark-border: var(--main-border-color);
|
||||||
|
|
||||||
|
--ck-color-engine-placeholder-text: var(--main-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user