Skip to content

Commit

Permalink
🫂 Merge 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lighttigerXIV authored Dec 12, 2024
2 parents 0d24336 + 1537f4d commit 3c08f5d
Show file tree
Hide file tree
Showing 25 changed files with 71 additions and 7,442 deletions.
6 changes: 3 additions & 3 deletions src/install-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/install-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "install"
version = "3.0.0"
version = "3.1.0"
edition = "2021"


[dependencies]
fs_extra = "1.3.0"
rust-embed = { version = "8.4.0", features = ["interpolate-folder-path"] }
sysinfo = "0.30.12"
whiskers-launcher-core = "0.3.1"
whiskers-launcher-core = "0.4.0"

[target.'cfg(target_os = "windows")'.dependencies]
winres = "0.1.12"
Expand Down
Binary file modified src/install-cli/files/linux/binaries/whiskers-launcher
Binary file not shown.
Binary file modified src/install-cli/files/linux/binaries/whiskers-launcher-companion
Binary file not shown.
Binary file not shown.
Binary file modified src/install-cli/files/windows/binaries/whiskers-launcher.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions src/uninstall-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/uninstall-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "uninstall"
version = "3.0.0"
version = "3.1.0"
edition = "2021"


[dependencies]
fs_extra = "1.3.0"
sysinfo = "0.30.12"
whiskers-launcher-core = "0.3.1"
whiskers-launcher-core = "0.4.0"
Loading

0 comments on commit 3c08f5d

Please sign in to comment.