Skip to content

Commit 41acc8c

Browse files
author
Tajudeen
committed
Fix version-1-update.patch: correct line number to 88 for doCheckForUpdates hunk (method at line 90 after hunk #3)
1 parent a0b7298 commit 41acc8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/version-1-update.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ index 57398fb..b30ef50 100644
9191
- const url = createUpdateURL(assetID, quality, this.productService);
9292
+ const url = createUpdateURL(this.productService, quality, process.platform, process.arch);
9393
try {
94-
@@ -82,10 +82,34 @@ export class DarwinUpdateService extends AbstractUpdateService implements IRelau
94+
@@ -88,10 +88,34 @@ export class DarwinUpdateService extends AbstractUpdateService implements IRelau
9595
protected doCheckForUpdates(explicit: boolean): void {
9696
if (!this.url) {
9797
return;

0 commit comments

Comments
 (0)