meow
Some checks failed
Build & Release / build-windows (push) Has been cancelled

This commit is contained in:
bits 2026-04-28 06:32:09 +03:00
parent 7e46f9a710
commit e6404f781c
4 changed files with 41 additions and 25 deletions

40
src-tauri/Cargo.lock generated
View File

@ -2,6 +2,26 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "RLIdentity"
version = "2.0.1"
dependencies = [
"dirs 5.0.1",
"hex",
"reqwest 0.12.28",
"serde",
"serde_json",
"sha2",
"sysinfo",
"tauri",
"tauri-build",
"tauri-plugin-opener",
"tauri-plugin-process",
"tauri-plugin-updater",
"tokio",
"window-vibrancy 0.5.3",
]
[[package]]
name = "adler2"
version = "2.0.1"
@ -3452,26 +3472,6 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "rlidentitygui"
version = "2.0.0"
dependencies = [
"dirs 5.0.1",
"hex",
"reqwest 0.12.28",
"serde",
"serde_json",
"sha2",
"sysinfo",
"tauri",
"tauri-build",
"tauri-plugin-opener",
"tauri-plugin-process",
"tauri-plugin-updater",
"tokio",
"window-vibrancy 0.5.3",
]
[[package]]
name = "rustc_version"
version = "0.4.1"

View File

@ -1,8 +1,8 @@
[package]
name = "rlidentitygui"
version = "2.0.0"
description = "A Tauri App"
authors = ["you"]
name = "RLIdentity"
version = "2.0.1"
description = "check out https://rlidentity.me for more info!"
authors = ["bits", "danni :3"]
edition = "2021"
[lib]

View File

@ -14,6 +14,6 @@
"opener:default",
"updater:default",
"process:allow-restart",
"allow-main-commands"
"allow-main-commands"
]
}

View File

@ -0,0 +1,16 @@
{
"identifier": "allow-main-commands",
"description": "Allows RLIdentity core commands",
"commands": {
"allow": [
"minimize_to_tray",
"save_config",
"inject_dll",
"validate_key",
"check_status",
"get_hwid",
"get_app_version",
"download_assets"
]
}
}