[Scummvm-cvs-logs] scummvm master -> 12c94f749d9d0db98d7e410b0e5df6b1ef49a938

Kirben kirben at optusnet.com.au
Fri Jul 1 07:50:19 CEST 2011


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
146b90bcbf BUILD: Update Windows installer script.
12c94f749d Merge branch 'master' of github.com:scummvm/scummvm


Commit: 146b90bcbfd3c9c3f45b78cd199b94e85351a3f2
    https://github.com/scummvm/scummvm/commit/146b90bcbfd3c9c3f45b78cd199b94e85351a3f2
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-06-30T22:47:28-07:00

Commit Message:
BUILD: Update Windows installer script.

Changed paths:
    dists/win32/ScummVM.iss



diff --git a/dists/win32/ScummVM.iss b/dists/win32/ScummVM.iss
index 69282ef..8edc647 100644
--- a/dists/win32/ScummVM.iss
+++ b/dists/win32/ScummVM.iss
@@ -1,8 +1,12 @@
 [Setup]
-DefaultDirName={pf}\ScummVM
 AppCopyright=2011
 AppName=ScummVM
 AppVerName=ScummVM Git
+AppPublisher=The ScummVM Team
+AppPublisherURL=http://www.scummvm.org/
+AppSupportURL=http://www.scummvm.org/
+AppUpdatesURL=http://www.scummvm.org/
+DefaultDirName={pf}\ScummVM
 DefaultGroupName=ScummVM
 AllowNoIcons=true
 AlwaysUsePersonalGroup=false
@@ -15,9 +19,9 @@ AppendDefaultDirName=false
 SolidCompression=true
 DirExistsWarning=no
 SetupIconFile=graphics\scummvm-install.ico
+WizardImageFile=graphics\left.bmp
 ShowLanguageDialog=yes
 LanguageDetectionMethod=uilanguage
-WizardImageFile=graphics\left.bmp
 
 [Languages]
 Name: en; MessagesFile: compiler:Default.isl


Commit: 12c94f749d9d0db98d7e410b0e5df6b1ef49a938
    https://github.com/scummvm/scummvm/commit/12c94f749d9d0db98d7e410b0e5df6b1ef49a938
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-06-30T22:47:53-07:00

Commit Message:
Merge branch 'master' of github.com:scummvm/scummvm

Changed paths:
    .gitignore
    configure
    devtools/create_project/scripts/installer.vbs
    devtools/update-version.pl
    dists/scummvm.rc.in
    dists/win32/scummvm.nsi
    dists/win32/scummvm.nsi.in
    engines/lastexpress/sound/entry.cpp
    engines/lastexpress/sound/sound.cpp
    ports.mk









More information about the Scummvm-git-logs mailing list