This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 1cdf9690faefe92fad51883f659100d850e75d09 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 2 23:07:56 2015 +0100 fix bash script --- tutti-ui-swing-updater/src/main/resources/update_runtime.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutti-ui-swing-updater/src/main/resources/update_runtime.bat b/tutti-ui-swing-updater/src/main/resources/update_runtime.bat index f85538a..58f0b61 100644 --- a/tutti-ui-swing-updater/src/main/resources/update_runtime.bat +++ b/tutti-ui-swing-updater/src/main/resources/update_runtime.bat @@ -19,8 +19,8 @@ if not exist \"NEW\\launcher\" goto end set backupdir=OLD\\launcher-%oldVersion%-%BACKUP_DATE% echo Update launcher version %oldVersion% to %newVersion% old launcher keep in \"%backupdir%\" if not exist \"OLD\" mkdir OLD - move /Y tutti.exe launcher\\tutti.exe - move /Y tutti.bat launcher + move /Y tutti.exe launcher + move /Y *.bat launcher move /Y launcher \"%backupdir%\" move /Y NEW\\launcher launcher del /F /Q launcher\\*.sh -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.