Skip to content

Commit

Permalink
add raspbian
Browse files Browse the repository at this point in the history
Signed-off-by: z4yx <[email protected]>
  • Loading branch information
z4yx committed Sep 17, 2019
1 parent 4cc2386 commit 1638969
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion geninfo/genisolist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,15 @@ pattern = deepin-([0-9.]+)-(\w+).iso
version = $1
platform = $2

[raspbian]
distro = Raspbian
listvers = 1
location = raspbian-images/raspbian*/images/raspbian*/*.zip
pattern = ([-0-9]+)-raspbian-(.+)\.zip
platform = ARM
type = $2
version = $1

[qt5]
distro = Qt 5
listvers = 1
Expand Down Expand Up @@ -416,4 +425,4 @@ pattern = kicad-((\w+)-)?(.+)\.dmg
platform = macOS
type = x86_64
version = $2 $3
category = app
category = app

0 comments on commit 1638969

Please sign in to comment.