diff --git a/README.md b/README.md index ead46cf..4a19478 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ ## インストーラ -- Windows 版: https://dtmoyaji.base.shop/items/136779939 +- Windows 版: https://dtmoyaji.base.shop/items/137814251 ## ライセンス diff --git a/src/backend/tauri.conf.json b/src/backend/tauri.conf.json index 64cb476..f78a3dc 100644 --- a/src/backend/tauri.conf.json +++ b/src/backend/tauri.conf.json @@ -19,9 +19,7 @@ "icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"], "externalBin": [], "resources": { - "../../node_modules/sqlite-vec-windows-x64/vec0.dll": "vec0.dll", - "../../embedding_model/model_quantized.onnx": "embedding_model/model_quantized.onnx", - "../../embedding_model/vocab.txt": "embedding_model/vocab.txt" + "../../node_modules/sqlite-vec-windows-x64/vec0.dll": "vec0.dll" } } }