Skip to content

Commit

Permalink
fix: tauri.bundle.resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mikbry committed Sep 25, 2024
1 parent e576702 commit 6c6cb59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/update-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const tauriWindowsToml =
[package]
version = "${msiVersion}"
# fix missing dll files for Windows version
[bundle.resources]
[tauri.bundle.resources]
"binaries/llama.cpp/llama.dll" = "llama.dll"
"binaries/llama.cpp/ggml.dll" = "ggml.dll"
`;
Expand Down
2 changes: 1 addition & 1 deletion webapp/native/Tauri.windows.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
[package]
version = "1.0.228"
# fix missing dll files for Windows version
[bundle.resources]
[tauri.bundle.resources]
"binaries/llama.cpp/llama.dll" = "llama.dll"
"binaries/llama.cpp/ggml.dll" = "ggml.dll"

0 comments on commit 6c6cb59

Please sign in to comment.