Skip to content

Commit 835ee62

Browse files
fix: handle darwin releases with only universal builds (#191)
1 parent bd33d9e commit 835ee62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class Updates {
109109
PLATFORM_ARCH.DARWIN_UNIVERSAL,
110110
version
111111
);
112+
latest = latest || latestUniversal;
112113

113114
if (
114115
latestUniversal &&

0 commit comments

Comments
 (0)