mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
genisoinfo: add qt online installer
Ref https://github.com/tuna/issues/issues/1405
This commit is contained in:
parent
c37be74266
commit
fbbbb8d0c8
|
|
@ -389,17 +389,26 @@ version = $1
|
|||
type = $2
|
||||
platform = $4
|
||||
|
||||
[qt5]
|
||||
distro = Qt 5
|
||||
[qt-offline]
|
||||
distro = Qt
|
||||
listvers = 1
|
||||
location_0 = qt/official_releases/qt/5.*/5.*/qt-opensource-*
|
||||
location_1 = qt/official_releases/qtcreator/*/*/qt-creator-opensource-*
|
||||
pattern = (qt|qt-creator)-opensource-(.*?)-([\d.]+).(run|dmg|exe)
|
||||
platform = $2
|
||||
version = $1 $3
|
||||
version = $1 offline installer $3
|
||||
key_by = $1
|
||||
category = app
|
||||
|
||||
[qt-online]
|
||||
distro = Qt
|
||||
location = qt/official_releases/online_installers/qt-unified-*
|
||||
pattern = qt-unified-(.*?)-online.(run|dmg|exe)
|
||||
platform = $1
|
||||
version = Qt Online Installer
|
||||
nosort = true
|
||||
category = app
|
||||
|
||||
[msys2]
|
||||
distro = MSYS2
|
||||
listvers = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue