Skip to content

Commit

Permalink
chore: add missing dlls and version bump (#259)
Browse files Browse the repository at this point in the history
* fix: language auto-matching, refresh due to form submission (#257)

* chore: add missing dlls and version bump

---------

Co-authored-by: BBK <chnqbj@gmail.com>
  • Loading branch information
kalvkusk and BBK912 authored Feb 29, 2024
1 parent e2cc990 commit 22084d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "carpe"
version = "1.0.0"
version = "1.0.2"
authors = ["0LNetworkCommunity"]
default-run = "carpe"
description = "a light miner and wallet for libra"
Expand Down
Binary file added src-tauri/msvcp140.dll
Binary file not shown.
4 changes: 3 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"libcrypto.dylib",
"libcrypto.3.dylib",
"libssl.dylib",
"libssl.3.dylib"
"libssl.3.dylib",
"mscvp140.dll",
"vcruntime140.dll"
],
"externalBin": [],
"copyright": "",
Expand Down
Binary file added src-tauri/vcruntime140.dll
Binary file not shown.

0 comments on commit 22084d6

Please sign in to comment.