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.