Skip to content

Commit

Permalink
Update BetterDiscord URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Jul 11, 2021
1 parent 1c40052 commit ed84a05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` `<bd_r_github>` (default `~rauenzi/BetterDiscordApp#latest`)
* `-H`, `--bd-remote-github` `<bd_r_github>` (default `~BetterDiscord/BetterDiscord#latest`)

When installing BetterDiscord, use the specified GitHub repository, of form
`[~<owner>][/<repo>][#<release>]`. 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.
Expand Down
6 changes: 3 additions & 3 deletions betterdiscordctl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -70,7 +70,7 @@ Options:
-H, --bd-remote-github download BetterDiscord files at GitHub
<bd_r_github> repository release <bd_r_github>, of form
[~<owner>][/<repo>][#<release>]. 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.
<owner> and <repo> must not contain '~', '/',
Expand Down

0 comments on commit ed84a05

Please sign in to comment.