diff --git a/README.md b/README.md index a698bec..50164cb 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,14 @@ betterdiscordctl (mostly) follows the Fuchsia Works like `--bd-remote-dir` with files downloaded into BetterDiscord's data directory. -* `-H`, `--bd-remote-github` `` (default `~rauenzi/BetterDiscordApp#latest`) +* `-H`, `--bd-remote-github` `` (default `~BetterDiscord/BetterDiscord#latest`) When installing BetterDiscord, use the specified GitHub repository, of form `[~][/][#]`. Defaults to upstream BetterDiscord. Overrides earlier `--bd-remote-dir` or `--bd-remote-url`. Omitted parts keep - previous values (e.g. `-H '~rauenzi'` only changes the owner to `rauenzi`, - and `-H ''` changes nothing but still ensures the configured GitHub - repository will be used). + previous values (e.g. `-H '~BetterDiscord'` only changes the owner to + `BetterDiscord`, and `-H ''` changes nothing but still ensures the + configured GitHub repository will be used). Works like `--bd-remote-url` with a GitHub repository release download base URL. diff --git a/betterdiscordctl b/betterdiscordctl index 67ba504..37ae359 100755 --- a/betterdiscordctl +++ b/betterdiscordctl @@ -16,8 +16,8 @@ d_modules= bd_remote=github bd_remote_dir= bd_remote_url= -bd_remote_github_owner=rauenzi -bd_remote_github_repo=BetterDiscordApp +bd_remote_github_owner=BetterDiscord +bd_remote_github_repo=BetterDiscord bd_remote_github_release=latest bd_remote_asar=betterdiscord.asar d_install=traditional @@ -70,7 +70,7 @@ Options: -H, --bd-remote-github download BetterDiscord files at GitHub repository release , of form [~][/][#]. Defaults to - '~rauenzi/BetterDiscordApp#latest'. Overrides + '~BetterDiscord/BetterDiscord#latest'. Overrides earlier --bd-remote-dir or --bd-remote-github. An omitted part keeps a previous value. and must not contain '~', '/',