From 2182db5f7b15b1e3d6c3f935b8dafde9b9507fec Mon Sep 17 00:00:00 2001 From: Kalvis Kuskis <44435644+kalvkusk@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:27:59 -0800 Subject: [PATCH] main -> canary (#260) * fix: language auto-matching, refresh due to form submission (#257) * chore: add missing dlls and version bump * chore: tauri config --------- Co-authored-by: BBK --- src-tauri/tauri.conf.canary.json | 2 +- src-tauri/tauri.conf.json | 2 +- src-tauri/tauri.conf.pr.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.canary.json b/src-tauri/tauri.conf.canary.json index 91284628..6a3a0370 100644 --- a/src-tauri/tauri.conf.canary.json +++ b/src-tauri/tauri.conf.canary.json @@ -37,7 +37,7 @@ "libcrypto.3.dylib", "libssl.dylib", "libssl.3.dylib", - "mscvp140.dll", + "msvcp140.dll", "vcruntime140.dll" ], "externalBin": [], diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4f830246..c875ac74 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -37,7 +37,7 @@ "libcrypto.3.dylib", "libssl.dylib", "libssl.3.dylib", - "mscvp140.dll", + "msvcp140.dll", "vcruntime140.dll" ], "externalBin": [], diff --git a/src-tauri/tauri.conf.pr.json b/src-tauri/tauri.conf.pr.json index d19256a5..8c3ca99a 100644 --- a/src-tauri/tauri.conf.pr.json +++ b/src-tauri/tauri.conf.pr.json @@ -37,7 +37,7 @@ "libcrypto.3.dylib", "libssl.dylib", "libssl.3.dylib", - "mscvp140.dll", + "msvcp140.dll", "vcruntime140.dll" ], "externalBin": [],