Skip to content

Commit

Permalink
Handle universal kicad binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Sep 4, 2023
1 parent 5d9eef4 commit d7611bf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion geninfo/genisolist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ type = $2
version = $1
category = app

[kicad mac]
[kicad mac x86_64]
distro = KiCad
listvers = 4
location = kicad/osx/stable/kicad-*.dmg
Expand All @@ -734,6 +734,16 @@ type = x86_64
version = $1
category = app

[kicad mac universal]
distro = KiCad
listvers = 4
location = kicad/osx/stable/kicad-*.dmg
pattern = kicad-unified-universal-([\.\d_-]+)\.dmg
platform = macOS
type = universal
version = $1
category = app

[libreoffice]
distro = LibreOffice
listvers = 2
Expand Down

0 comments on commit d7611bf

Please sign in to comment.