mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
let v = gh("bitwarden/client");
|
|
if v.starts_with("desktop-v") {
|
|
v.crop(9);
|
|
rpm.version(v);
|
|
}
|