fix: windows app detect (#231)

* fix: applications-rs upgrade submodule

* chore(desktop): bump package version to 0.1.33
This commit is contained in:
Huakun 2025-03-03 08:41:05 -05:00 committed by GitHub
parent 6ffc6f1543
commit 90ba943fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 646 additions and 258 deletions

41
Cargo.lock generated
View File

@ -211,10 +211,12 @@ dependencies = [
"anyhow",
"cocoa 0.25.0",
"core-foundation 0.9.4",
"env_logger",
"glob",
"image",
"ini",
"lnk",
"log",
"objc",
"parselnk",
"plist",
@ -2251,6 +2253,19 @@ dependencies = [
"regex",
]
[[package]]
name = "env_logger"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
[[package]]
name = "epoll"
version = "4.3.3"
@ -3261,6 +3276,12 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.31"
@ -3683,6 +3704,17 @@ dependencies = [
"once_cell",
]
[[package]]
name = "is-terminal"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37"
dependencies = [
"hermit-abi 0.4.0",
"libc",
"windows-sys 0.59.0",
]
[[package]]
name = "is-wsl"
version = "0.4.0"
@ -8147,6 +8179,15 @@ dependencies = [
"utf-8",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "thin-slice"
version = "0.1.1"

View File

@ -1,6 +1,6 @@
{
"name": "@kksh/desktop",
"version": "0.1.32",
"version": "0.1.33",
"description": "",
"type": "module",
"scripts": {

857
deno.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"typescript": "^5.0.0",
"verify-package-export": "^0.0.3"
},
"packageManager": "pnpm@10.5.2",
"packageManager": "pnpm@9.15.2",
"engines": {
"node": ">=22"
},

@ -1 +1 @@
Subproject commit bcfbebb93a57918aca4ba51257b2788be90892da
Subproject commit 04306329f02afb31a8cfc4cd67ce1f8d11d9c4b1