Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
fix: fix download MSI version text display
Browse files Browse the repository at this point in the history
  • Loading branch information
cberthou committed Oct 30, 2020
1 parent ba67562 commit 83c20c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/utils/os-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ export const operatingSystems = [
key: "Online",
name: "Online",
},
{
id: OS.MSI32,
key: "Msi32",
name: "Windows MSI 32 bits"
},
{
id: OS.MSI64,
key: "Msi64",
name: "Windows MSI 64 bits"
}
];

export const defaultOperatingSystem = OS.WIN64;
Expand Down

0 comments on commit 83c20c7

Please sign in to comment.