Skip to content

Commit 7e18138

Browse files
committed
Whatever, just make it build
1 parent 99b2a06 commit 7e18138

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/updater.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ export function start(updateBaseUrl: string): void {
6262
// rely on NSURLConnection setting the User-Agent to what we expect,
6363
// and also acts as a convenient cache-buster to ensure that when the
6464
// app updates it always gets a fresh value to avoid update-looping.
65-
url = {
66-
"url": `${updateBaseUrl}macos.json`,
67-
"serverType": "json",
68-
};
65+
url = `${updateBaseUrl}macos.json`;
6966
} else if (process.platform === 'win32') {
7067
url = `${updateBaseUrl}win32/${process.arch}/`;
7168
} else {

0 commit comments

Comments
 (0)