Only use master branch builds on the website
Also fix up Discord invite link
This commit is contained in:
parent
13b0f66971
commit
fc022d592a
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
async fetchDownloadURL () {
|
||||
let _f = await fetch('https://ci.appveyor.com/api/projects/gdkchan/ryujinx');
|
||||
let _f = await fetch('https://ci.appveyor.com/api/projects/gdkchan/ryujinx/branch/master');
|
||||
let json = await _f.json();
|
||||
|
||||
this.version = json.build.version;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
It doesn't matter what you're good at. If you have any skills that you think would be useful in the development,
|
||||
please do contact us through our Discord.</p>
|
||||
<v-btn
|
||||
href="https://discordapp.com/invite/SNDWTz"
|
||||
href="https://discord.gg/VkQYXAZ"
|
||||
target="_blank"
|
||||
dark
|
||||
color="blue"
|
||||
|
|
Loading…
Reference in a new issue