adjust to use custom domain
This commit is contained in:
parent
b57faa2c59
commit
be24b74f1a
|
|
@ -1,7 +1,7 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>
|
<h1>
|
||||||
Stoat for Desktop
|
Stoat for Desktop
|
||||||
|
|
||||||
[](https://github.com/stoatchat/for-desktop/stargazers)
|
[](https://github.com/stoatchat/for-desktop/stargazers)
|
||||||
[](https://github.com/stoatchat/for-desktop/network/members)
|
[](https://github.com/stoatchat/for-desktop/network/members)
|
||||||
[](https://github.com/stoatchat/for-desktop/pulls)
|
[](https://github.com/stoatchat/for-desktop/pulls)
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
</release>
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
<url type="bugtracker">https://github.com/stoatchat/for-desktop/issues</url>
|
<url type="bugtracker">https://github.com/stoatchat/for-desktop/issues</url>
|
||||||
<url type="homepage">https://stoat.chat</url>
|
<url type="homepage">https://stoat.qinbeans.net</url>
|
||||||
<url type="vcs-browser">https://github.com/stoatchat/for-desktop</url>
|
<url type="vcs-browser">https://github.com/stoatchat/for-desktop</url>
|
||||||
<content_rating type="oars-1.1">
|
<content_rating type="oars-1.1">
|
||||||
<content_attribute id="social-chat">intense</content_attribute>
|
<content_attribute id="social-chat">intense</content_attribute>
|
||||||
|
|
|
||||||
|
|
@ -16,14 +16,14 @@ export async function initDiscordRpc() {
|
||||||
|
|
||||||
rpc.on("ready", () =>
|
rpc.on("ready", () =>
|
||||||
rpc.setActivity({
|
rpc.setActivity({
|
||||||
state: "stoat.chat",
|
state: "stoat.qinbeans.net",
|
||||||
details: "Chatting with others",
|
details: "Chatting with others",
|
||||||
largeImageKey: "qr",
|
largeImageKey: "qr",
|
||||||
largeImageText: "Join Stoat!",
|
largeImageText: "Join Stoat!",
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
label: "Join Stoat",
|
label: "Join Stoat",
|
||||||
url: "https://stoat.chat/",
|
url: "https://stoat.qinbeans.net/",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue