1 parent 8fe7b10 commit bd89b4aCopy full SHA for bd89b4a
1 file changed
src/utils/release-sorter.ts
@@ -69,7 +69,7 @@ const PKG_KEYWORDS: Record<
69
Record<Exclude<OsOption, "auto">, string[]>
70
> = {
71
installer: {
72
- windows: ["exe", "msi", "msix", "setup"],
+ windows: ["exe", "msi", "msix", "setup"],
73
macos: ["dmg", "pkg", "setup"],
74
linux: ["deb", "rpm", "setup"],
75
android: ["apk"],
0 commit comments