From 387e410f3e7898cadec041f2849bc949810544bb Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 14 Nov 2011 21:39:14 +0000 Subject: (svn r23221) -Codechange: update the documentation and installers regarding the new directories --- os/os2/installer/download_opengfx.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/os2/installer/download_opengfx.cmd') diff --git a/os/os2/installer/download_opengfx.cmd b/os/os2/installer/download_opengfx.cmd index 5fb0a32bc..c2686b456 100644 --- a/os/os2/installer/download_opengfx.cmd +++ b/os/os2/installer/download_opengfx.cmd @@ -4,12 +4,12 @@ if "%2" == "" goto err echo Downloading OpenGFX... -%1\wget http://binaries.openttd.org/installer/opengfx-OPENGFX_VERSION.7z -O %2/data/opengfx.7z +%1\wget http://binaries.openttd.org/installer/opengfx-OPENGFX_VERSION.7z -O %2/baseset/opengfx.7z echo Extracting OpenGFX... -%1\7za x -y -O%2/data %2/data/opengfx.7z -del %1\data\opengfx.7z /n +%1\7za x -y -O%2/baseset %2/baseset/opengfx.7z +del %1\baseset\opengfx.7z /n echo OpenGFX has been installed. goto end -- cgit v1.2.3-54-g00ecf