Fixed #449 (added styles plugin folder)

This commit is contained in:
Matthias Koefferlein 2019-12-15 16:26:33 +01:00
parent 91b7d6a2df
commit c6fabea87f
2 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,7 @@ build=$pwd/build-release-$arch
src=$pwd/src
scripts=$pwd/scripts
# Update in NSIS script too:
plugins="audio generic iconengines imageformats platforms printsupport sqldrivers"
plugins="audio generic iconengines imageformats platforms printsupport sqldrivers styles"
# read the current version
. ./version.sh

View File

@ -77,6 +77,7 @@ section
file /r platforms
file /r printsupport
file /r sqldrivers
file /r styles
file /r lib
file /oname=${EXENAME}.exe ${EXEBASE}.exe
file /oname=${EXENAME_VO}.exe ${EXEBASE}.exe