Bitwarden_rs: Server not web vault
This commit is contained in:
parent
de12497a1e
commit
30bc289ff2
1 changed files with 2 additions and 3 deletions
|
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
class Bitwarden_rs extends PatchBase {
|
class Bitwarden_rs extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bw_web_builds');
|
parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bitwarden_rs');
|
||||||
$this->patch->setBranch('Web Vault');
|
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest', true))
|
if ($this->fetch('https://api.github.com/repos/dani-garcia/bitwarden_rs/releases/latest', true))
|
||||||
return $this->parse_json('tag_name');
|
return $this->parse_json('tag_name');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue