Updated version numbers.
Changed installer Tux Paint website URL. Added Ogg/Vorbis DLLs to the installer package.
This commit is contained in:
parent
de390efbe7
commit
c950cc454d
2 changed files with 9 additions and 6 deletions
|
|
@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 0,9,15,0
|
FILEVERSION 0,9,16,0
|
||||||
PRODUCTVERSION 0,9,15,0
|
PRODUCTVERSION 0,9,16,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x21L
|
FILEFLAGS 0x21L
|
||||||
|
|
@ -44,15 +44,15 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "Comments", "\0"
|
VALUE "Comments", "\0"
|
||||||
VALUE "CompanyName", "New Breed Software\0"
|
VALUE "CompanyName", "New Breed Software\0"
|
||||||
VALUE "FileDescription", "Tux Paint - A drawing program for children.\0"
|
VALUE "FileDescription", "Tux Paint - Unicode test version.\0"
|
||||||
VALUE "FileVersion", "0.9.15-cvs\0"
|
VALUE "FileVersion", "0.9.16rc1\0"
|
||||||
VALUE "InternalName", "Tux Paint\0"
|
VALUE "InternalName", "Tux Paint\0"
|
||||||
VALUE "LegalCopyright", "Copyright © 2005 by Bill Kendrick\0"
|
VALUE "LegalCopyright", "Copyright © 2005 by Bill Kendrick\0"
|
||||||
VALUE "LegalTrademarks", "\0"
|
VALUE "LegalTrademarks", "\0"
|
||||||
VALUE "OriginalFilename", "TuxPaint.exe\0"
|
VALUE "OriginalFilename", "TuxPaint.exe\0"
|
||||||
VALUE "PrivateBuild", "\0"
|
VALUE "PrivateBuild", "\0"
|
||||||
VALUE "ProductName", "Tux Paint\0"
|
VALUE "ProductName", "Tux Paint\0"
|
||||||
VALUE "ProductVersion", "0.9.15-cvs\0"
|
VALUE "ProductVersion", "0.9.16rc1\0"
|
||||||
VALUE "SpecialBuild", "win32 build by John Popplewell\0"
|
VALUE "SpecialBuild", "win32 build by John Popplewell\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,9 @@ Source: "{#BdistDir}\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "{#BdistDir}\SDL_image.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "{#BdistDir}\SDL_image.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "{#BdistDir}\SDL_mixer.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "{#BdistDir}\SDL_mixer.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "{#BdistDir}\SDL_ttf.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "{#BdistDir}\SDL_ttf.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#BdistDir}\libogg-0.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#BdistDir}\libvorbis-0.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#BdistDir}\libvorbisfile-3.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "{#BdistDir}\data\*"; DestDir: "{app}\data"; Excludes: "CVS"; Flags: ignoreversion recursesubdirs createallsubdirs
|
Source: "{#BdistDir}\data\*"; DestDir: "{app}\data"; Excludes: "CVS"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||||
Source: "{#BdistDir}\docs\*"; DestDir: "{app}\docs"; Excludes: "CVS,Makefile,*~"; Flags: ignoreversion recursesubdirs createallsubdirs
|
Source: "{#BdistDir}\docs\*"; DestDir: "{app}\docs"; Excludes: "CVS,Makefile,*~"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||||
Source: "{#BdistDir}\locale\*"; DestDir: "{app}\locale"; Excludes: "CVS"; Flags: ignoreversion recursesubdirs createallsubdirs
|
Source: "{#BdistDir}\locale\*"; DestDir: "{app}\locale"; Excludes: "CVS"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||||
|
|
@ -380,7 +383,7 @@ begin
|
||||||
if lang = 'cht' then
|
if lang = 'cht' then
|
||||||
lang := 'zh-tw'
|
lang := 'zh-tw'
|
||||||
|
|
||||||
Result := 'http://www.newbreedsoftware.com/tuxpaint/?lang='+lang
|
Result := 'http://www.tuxpaint.org/?lang='+lang
|
||||||
end;
|
end;
|
||||||
|
|
||||||
#expr SaveToFile(AddBackslash(SourcePath) + 'Preprocessed.iss')
|
#expr SaveToFile(AddBackslash(SourcePath) + 'Preprocessed.iss')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue