diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index f74f7b6..ea1e3f3 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -8,7 +8,7 @@ # is disto name specified in below sections. Lower N makes the distro # show higher. Default N is 0xFFFF for distro not mentioned. [%main%] -root = /srv/www/ +root = /data/ urlbase = / d30 = Ubuntu d40 = Ubuntu 衍生版 @@ -177,10 +177,11 @@ pattern = deepin-([0-9.]+)-(\w+).iso version = $1 platform = $2 -#[qt5] -#distro = Qt -#listvers = 1 -#location_0 = qt/official_releases/qt/5.[0-9]/5.[0-9].[0-9]/qt-opensource-*.run -#location_1 = qt/official_releases/qt/5.[0-9]/5.[0-9].[0-9]/qt-opensource-*.dmg -#location_2 = qt/official_releases/qt/5.[0-9]/5.[0-9].[0-9]/qt-opensource-*.exe -#pattern = qt-opensource-(\w+)-.(run|dmg|exe) +[qt5] +distro = Qt 5 +listvers = 1 +location = qt/official_releases/qt/5.*/5.*/qt-opensource-* +pattern = qt-opensource-(.*)-([\d.]+).(run|dmg|exe) +platform = $1 +version = $2 +category = app