Have update checker check in main repo
This commit is contained in:
parent
48af88d24d
commit
70e577d6a9
|
@ -138,7 +138,7 @@ export default Vue.extend({
|
||||||
checkForNewUpdates: function () {
|
checkForNewUpdates: function () {
|
||||||
if (this.checkForUpdates) {
|
if (this.checkForUpdates) {
|
||||||
const { version } = require('../../package.json')
|
const { version } = require('../../package.json')
|
||||||
const requestUrl = 'https://api.github.com/repos/freetubeapp/freetube-vue/releases'
|
const requestUrl = 'https://api.github.com/repos/freetubeapp/freetube/releases'
|
||||||
|
|
||||||
$.getJSON(requestUrl, (response) => {
|
$.getJSON(requestUrl, (response) => {
|
||||||
const tagName = response[0].tag_name
|
const tagName = response[0].tag_name
|
||||||
|
|
Loading…
Reference in New Issue