branch develop updated (fc265ad -> 1cdf969)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from fc265ad use last launcher version new 1cdf969 fix bash script The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 1cdf9690faefe92fad51883f659100d850e75d09 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 2 23:07:56 2015 +0100 fix bash script Summary of changes: tutti-ui-swing-updater/src/main/resources/update_runtime.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm