From 472abf62f227e516e3bbd02c18975314c3041266 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 10 Jul 2010 07:09:21 +0000 Subject: [PATCH] - updates for all lng files in updater for proper output path --- mk/windoze/Installer/MegaGlestUpdater.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/windoze/Installer/MegaGlestUpdater.nsi b/mk/windoze/Installer/MegaGlestUpdater.nsi index 2ad19e2fe..11f6d1614 100644 --- a/mk/windoze/Installer/MegaGlestUpdater.nsi +++ b/mk/windoze/Installer/MegaGlestUpdater.nsi @@ -3,7 +3,7 @@ !define APNAME Mega-Glest !define APVER 3.3.5 -!define APVER_UPDATE 3.3.5.1-alpha1 +!define APVER_UPDATE 3.3.5.1-alpha2 Name "${APNAME} ${APVER_UPDATE}" SetCompressor /FINAL /SOLID lzma @@ -141,7 +141,7 @@ Section "${APNAME} (required)" File "..\..\..\data\glest_game\glest_editor.exe" File "..\..\..\data\glest_game\glest_configurator.exe" File "..\..\..\data\glest_game\g3d_viewer.exe" - File /r /x .svn /x mydata "..\..\..\data\glest_game\data\*.lng" + File /r /x .svn /x mydata "..\..\..\data\glest_game\*.lng" AccessControl::GrantOnFile "$INSTDIR" "(BU)" "FullAccess"