(fix): lowercase name on android
Some checks failed
/ build-desktop (push) Has been cancelled
/ release (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-mobile (push) Has been cancelled

This commit is contained in:
Alois 2026-05-25 00:00:10 +02:00
commit edfb037864
4 changed files with 21 additions and 21 deletions

View file

@ -2,23 +2,6 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "Tensamin"
version = "0.0.0"
dependencies = [
"base64 0.22.1",
"image 0.25.10",
"serde",
"serde_json",
"tauri",
"tauri-build 2.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-plugin-app-events",
"tauri-plugin-barcode-scanner",
"tauri-plugin-deep-link",
"tauri-plugin-opener",
"xcap",
]
[[package]]
name = "adler2"
version = "2.0.1"
@ -4853,6 +4836,23 @@ dependencies = [
"utf-8",
]
[[package]]
name = "tensamin"
version = "0.0.0"
dependencies = [
"base64 0.22.1",
"image 0.25.10",
"serde",
"serde_json",
"tauri",
"tauri-build 2.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-plugin-app-events",
"tauri-plugin-barcode-scanner",
"tauri-plugin-deep-link",
"tauri-plugin-opener",
"xcap",
]
[[package]]
name = "thiserror"
version = "1.0.69"