Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
Fixed Problem with Localised Systems
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Apr 27, 2015
1 parent fd90028 commit e16e66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decrypt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ for /f %%f in ('type %temp%\ESD-Decrypter\version.txt') do if %curver% GEQ %%f g
for /f %%f in ('type %temp%\ESD-Decrypter\version.txt') do set NewVersion=%%f
echo [Info] Found a new update for you : version %NewVersion%
if "%FILE%"=="%CD%\%~nx0" (
echo F | xcopy "%FILE%" "%temp%\ESD-Decrypter\%FILEN%" /cherikyq
xcopy "%FILE%" "%temp%\ESD-Decrypter\" /cherikyq
start /D "%CD%" %temp%\ESD-Decrypter\%FILEN% "%CD%" %*
exit 101
)
Expand Down

0 comments on commit e16e66c

Please sign in to comment.