mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
parent
337d4955a0
commit
ca54b2264e
2 changed files with 3 additions and 0 deletions
1
changes/23020-automation-software-install-zip-dmg
Normal file
1
changes/23020-automation-software-install-zip-dmg
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fix zip and dmg automations showing null platform for installer
|
||||
|
|
@ -25,6 +25,8 @@ import TooltipWrapper from "components/TooltipWrapper";
|
|||
const getPlatformDisplayFromPackageExtension = (ext: string | undefined) => {
|
||||
switch (ext) {
|
||||
case "pkg":
|
||||
case "zip":
|
||||
case "dmg":
|
||||
return "macOS";
|
||||
case "deb":
|
||||
case "rpm":
|
||||
|
|
|
|||
Loading…
Reference in a new issue