Former-commit-id: 0ae9827e227ff444c64fafae96e3e8d8e3abd778
This commit is contained in:
R4SAS 2017-11-17 05:45:44 +03:00
parent 2394243667
commit 07873b984f
3 changed files with 16 additions and 16 deletions

View file

@ -36,7 +36,7 @@ echo.
if "%locale%"=="Russian" (
echo <20> á¯ ª®¢ª  ãáâ ­®¢é¨ª  ¨ 㤠«¥­¨¥ ­¥ ­ã¦­ëå ä ©«®¢
) else (
echo Unpacking the installer and delete unnecessary files
echo Unpacking the installer and deleting unnecessary files
)
7z x -y -o..\Firefox FirefoxPortableESR_%FFversion%_%locale%.paf.exe > nul
@ -127,9 +127,9 @@ xcopy /E /I /Y i2pd ..\i2pd > nul
echo.
if "%locale%"=="Russian" (
echo I2Pd Browser portable £®â®¢ ª § ¯ãáªã!
echo I2Pd Browser Portable £®â®¢ ª § ¯ãáªã!
) else (
echo I2Pd Browser portable is ready to start!
echo I2Pd Browser Portable is ready to start!
)
pause
exit