Skip to content

Commit bd89b4a

Browse files
committed
chore: fix typo
1 parent 8fe7b10 commit bd89b4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/release-sorter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const PKG_KEYWORDS: Record<
6969
Record<Exclude<OsOption, "auto">, string[]>
7070
> = {
7171
installer: {
72-
windows: ["exe", "msi", "msix" "setup"],
72+
windows: ["exe", "msi", "msix", "setup"],
7373
macos: ["dmg", "pkg", "setup"],
7474
linux: ["deb", "rpm", "setup"],
7575
android: ["apk"],

0 commit comments

Comments
 (0)