Skip to content

Commit aaf03f9

Browse files
author
Tajudeen
committed
Fix version-1-update.patch: correct line number to 84 for doCheckForUpdates hunk (method at line 86 after hunk #3)
1 parent dff07d8 commit aaf03f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/version-1-update.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ 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-
@@ -88,10 +88,34 @@ export class DarwinUpdateService extends AbstractUpdateService implements IRelau
95-
protected doCheckForUpdates(explicit: boolean): void {
94+
@@ -84,10 +84,34 @@ export class DarwinUpdateService extends AbstractUpdateService implements IRelau
95+
protected doCheckForUpdates(explicit: boolean): void {
9696
if (!this.url) {
9797
return;
9898
}

0 commit comments

Comments
 (0)