]> jfr.im git - irc/kvirc/kvirc-themes.git/blob - release-theme.kvs
import all themes from ftp://ftp.kvirc.de/pub/kvirc/themes/
[irc/kvirc/kvirc-themes.git] / release-theme.kvs
1 # Release a theme.
2 #
3 # Also dump a template php array containing the theme informations
4 # in a format suitable for adding in kvirc-www/services/themes.php.
5 # Also extract the theme image, if possible.
6 #
7 # Execute with:
8 #
9 # kvirc -e "parse release-theme.kvs /full/path/to/*.kvt"
10
11 include "pack-utils.kvs"
12
13 %dir = $file.extractPath($0)
14
15 theme::packager::releaseTheme $1 %dir
16
17