Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ Linux Public archive

Commit 2a01c3d

Browse files
authored
change updater link
1 parent 7e309e7 commit 2a01c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/updateChecker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ autoUpdater.autoDownload = false;
77
export async function checkForUpdate(auto = false) {
88
autoUpdater.setFeedURL({
99
provider: "github",
10-
owner: "doomlerd",
11-
repo: "LinuxUpdater"
10+
owner: "PreMiD",
11+
repo: "Linux"
1212
});
1313
autoUpdater.autoDownload = auto;
1414
try {

0 commit comments

Comments
 (0)