From e8c2c8ae392514e9cbd7f9a7fd6d419b3ab72e9f Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 21 May 2012 21:06:50 +0000 Subject: [PATCH] - added libvlc's lua folder for windows installer --- mk/windoze/Installer/MegaGlestInstaller.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/windoze/Installer/MegaGlestInstaller.nsi b/mk/windoze/Installer/MegaGlestInstaller.nsi index 57f56ff3..9e13a1dd 100644 --- a/mk/windoze/Installer/MegaGlestInstaller.nsi +++ b/mk/windoze/Installer/MegaGlestInstaller.nsi @@ -226,6 +226,7 @@ Section "${APNAME} (required)" File "..\..\..\data\glest_game\libvlccore.dll" File "..\..\..\data\glest_game\libvlc.dll" File /r /x .svn /x mydata "..\..\..\data\glest_game\plugins" + File /r /x .svn /x mydata "..\..\..\data\glest_game\lua" SetOutPath "$INSTDIR\blender\" File "..\..\..\data\glest_game\xml2g.exe"