Skip to content

Commit 68d92fa

Browse files
authored
chore: add more keywords
1 parent b0a6df0 commit 68d92fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/utils/release-sorter.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ const PKG_KEYWORDS: Record<
6969
Record<Exclude<OsOption, "auto">, string[]>
7070
> = {
7171
installer: {
72-
windows: ["exe", "msi", "msix"],
73-
macos: ["dmg", "pkg"],
74-
linux: ["deb", "rpm"],
72+
windows: ["exe", "msi", "msix" "setup"],
73+
macos: ["dmg", "pkg", "setup"],
74+
linux: ["deb", "rpm", "setup"],
7575
android: ["apk"],
7676
ios: ["ipa"],
7777
},

0 commit comments

Comments
 (0)