mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: remove better-sqlite3 that is not working anymore
This commit is contained in:
parent
4e3985040f
commit
c79143fd32
15 changed files with 10 additions and 416 deletions
|
|
@ -88,7 +88,6 @@ exports.default = async (
|
|||
}),
|
||||
);
|
||||
const packagePathsToCopyDereferenced = [
|
||||
[`sqlite-vss-${process.platform}-${process.arch}`],
|
||||
['@tiddlygit', 'tiddlywiki', 'package.json'],
|
||||
['@tiddlygit', 'tiddlywiki', 'boot'],
|
||||
['@tiddlygit', 'tiddlywiki', 'core'],
|
||||
|
|
@ -106,7 +105,6 @@ exports.default = async (
|
|||
['@llama-node', 'rwkv-cpp', 'package.json'],
|
||||
['@llama-node', 'llama-cpp', 'index.js'],
|
||||
['@llama-node', 'llama-cpp', 'package.json'],
|
||||
['better-sqlite3', 'build', 'Release', 'better_sqlite3.node'],
|
||||
// we only need its `main` binary, no need its dependency and code, because we already copy it to src/services/native/externalApp
|
||||
['app-path', 'main'],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue