Update the windows packaging stuff for 1.3.14

This commit is contained in:
Jörg Hinrichs 2008-01-14 20:52:12 +00:00
parent 847a6d5eb7
commit b7274c885b
2 changed files with 7 additions and 7 deletions

View file

@ -8,10 +8,10 @@ Dim fso, shell
'on error resume next
'Initialization
SourceDirectory = "C:\Entwicklung\Wesnoth\wesnoth-1.3.13\"
SourceDirectory = "C:\Entwicklung\Wesnoth\wesnoth-1.3.14\"
DLLDirectory = "C:\Entwicklung\Wesnoth\DLL\mingw\"
PythonDirectory = "C:\Entwicklung\Wesnoth\DLL\python\"
DestinationDirectory = "C:\Entwicklung\Wesnoth\Release 1.3.13\"
DestinationDirectory = "C:\Entwicklung\Wesnoth\Release 1.3.14\"
GetTextDirectory = "D:\Programme\GnuWin32\bin\"
Set fso = CreateObject("Scripting.FileSystemObject")
Set shell = CreateObject("WScript.Shell")
@ -33,7 +33,7 @@ Call fso.CopyFile(DLLDirectory + "gettextpo.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "gettextsrc.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "jpeg.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libiconv2.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libintl3.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "intl.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libogg-0.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libpng12-0.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libvorbis-0.dll", DestinationDirectory)

View file

@ -3,15 +3,15 @@
[Setup]
AppName=Battle for Wesnoth
AppVerName=Battle for Wesnoth 1.3.13
AppVerName=Battle for Wesnoth 1.3.14
AppPublisher=David White
AppPublisherURL=http://www.wesnoth.org
AppSupportURL=http://www.wesnoth.org
AppUpdatesURL=http://www.wesnoth.org
DefaultDirName={pf}\Wesnoth
DefaultGroupName=Wesnoth
LicenseFile=C:\Entwicklung\Wesnoth\Release 1.3.13\COPYING
OutputBaseFilename=wesnoth-1.3.13-windows
LicenseFile=C:\Entwicklung\Wesnoth\Release 1.3.14\COPYING
OutputBaseFilename=wesnoth-1.3.14-windows
Compression=lzma
SolidCompression=yes
WizardImageFile=WindowsInstallerGraphic.bmp
@ -24,7 +24,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "C:\Entwicklung\Wesnoth\Release 1.3.13\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Entwicklung\Wesnoth\Release 1.3.14\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
[Icons]
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"