From 77af92e25d80febfa5d6f29ced2d0cb4123a4b59 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Tue, 31 Jul 2012 11:56:42 +0200 Subject: [PATCH] added the accent on the package name --- release.win7.vc9.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/release.win7.vc9.bat b/release.win7.vc9.bat index 9d7c5bae..4e600cb0 100644 --- a/release.win7.vc9.bat +++ b/release.win7.vc9.bat @@ -1,7 +1,7 @@ REM -------------------------------------------------------------------- REM This program is free software: you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by -REM the Free Software Foundation, either version 3 of the License, or +REM the Free Software Foundation, either version 2 of the License, or REM (at your option) any later version. REM REM This program is distributed in the hope that it will be useful, @@ -85,7 +85,7 @@ set INSTALL_DIRECTORY=install\win32\ xcopy *.pdf %INSTALL_DIRECTORY% cd %INSTALL_DIRECTORY% -call %SEVEN_ZIP_EXE% a Open-Sankore_Windows_%VERSION%.zip *.exe *.pdf +call %SEVEN_ZIP_EXE% a Open-Sankor‚_Windows_%VERSION%.zip *.exe *.pdf cd ..\..\ GOTO END @@ -95,3 +95,5 @@ GOTO :EOF :END echo "Open-Sankore's build finished" + +:EOF