diff options
Diffstat (limited to 'packaging/windows/tmw.nsi')
-rw-r--r-- | packaging/windows/tmw.nsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi index 6d041f8c7..2aaadb8aa 100644 --- a/packaging/windows/tmw.nsi +++ b/packaging/windows/tmw.nsi @@ -236,6 +236,7 @@ Section "Core files (required)" SecCore CreateDirectory "$INSTDIR\data\themes\blackwood" CreateDirectory "$INSTDIR\data\themes\classic" CreateDirectory "$INSTDIR\data\themes\enchilado" + CreateDirectory "$INSTDIR\data\themes\golden-delicious" CreateDirectory "$INSTDIR\data\themes\jewelry" CreateDirectory "$INSTDIR\data\themes\mana" CreateDirectory "$INSTDIR\data\themes\pink" @@ -299,6 +300,9 @@ Section "Core files (required)" SecCore SetOutPath "$INSTDIR\data\themes\enchilado" File "${SRCDIR}\data\themes\enchilado\*.png" File "${SRCDIR}\data\themes\enchilado\*.xml" + SetOutPath "$INSTDIR\data\themes\golden-delicious" + File "${SRCDIR}\data\themes\golden-delicious\*.png" + File "${SRCDIR}\data\themes\golden-delicious\*.xml" SetOutPath "$INSTDIR\data\themes\jewelry" File "${SRCDIR}\data\themes\jewelry\*.png" File "${SRCDIR}\data\themes\jewelry\*.xml" |