We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b7298 commit 41acc8cCopy full SHA for 41acc8c
1 file changed
patches/version-1-update.patch
@@ -91,7 +91,7 @@ index 57398fb..b30ef50 100644
91
- const url = createUpdateURL(assetID, quality, this.productService);
92
+ const url = createUpdateURL(this.productService, quality, process.platform, process.arch);
93
try {
94
-@@ -82,10 +82,34 @@ export class DarwinUpdateService extends AbstractUpdateService implements IRelau
+@@ -88,10 +88,34 @@ export class DarwinUpdateService extends AbstractUpdateService implements IRelau
95
protected doCheckForUpdates(explicit: boolean): void {
96
if (!this.url) {
97
return;
0 commit comments