From fc022d592a550b4b0e98c4e28c5759f5530576ca Mon Sep 17 00:00:00 2001
From: Lordmau5
Date: Wed, 11 Jul 2018 22:19:45 +0200
Subject: [PATCH] Only use master branch builds on the website
Also fix up Discord invite link
---
src/components/Build.vue | 2 +-
src/components/Contribute.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/Build.vue b/src/components/Build.vue
index bb7ba55..54758fe 100644
--- a/src/components/Build.vue
+++ b/src/components/Build.vue
@@ -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;
diff --git a/src/components/Contribute.vue b/src/components/Contribute.vue
index 72e2193..fed8a97 100644
--- a/src/components/Contribute.vue
+++ b/src/components/Contribute.vue
@@ -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.