Skip to content

Commit e2233de

Browse files
fix the releases url
1 parent 8d5b3d8 commit e2233de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const updateTestMode = (() => {
3030
})()
3131
let updateTestInterval = null
3232
let updateTestTimeout = null
33-
const UPDATE_RELEASES_URL = 'https://github.com/peanutcocktail/pinokio/releases'
33+
const UPDATE_RELEASES_URL = 'https://github.com/pinokiocomputer/pinokio/releases'
3434
const setWindowTitleBarOverlay = (win, overlay) => {
3535
if (!win || !win.setTitleBarOverlay) {
3636
return

0 commit comments

Comments
 (0)