Skip to content

Commit 6b6b5da

Browse files
committed
include the platform that creates the file
1 parent c9d496e commit 6b6b5da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/fetch-warp-releases.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ for (const platform of platforms) {
120120
...item,
121121
releaseNotes,
122122
platformName,
123+
linuxPlatforms: isLinux ? [platform] : undefined,
123124
}),
124125
"utf-8",
125126
);

0 commit comments

Comments
 (0)