Skip to content

Commit 921f114

Browse files
authored
installer: Bump gfx package; fix Windows installer copying qdata and language from gfx
Updated installers to use latest gfx package. Fixed missing copying of data files from graphics package `qdata` and `language` directories in Windows installer.
1 parent b8c9084 commit 921f114

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

res/swars-config.nsh.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
!define LEVELS_PKG_MD5 "bbf821b463613993c1d53ba7017abc06"
1010

1111
; Version number and file name for gfx package
12-
!define GFX_VERSION "1.0.3.217"
13-
!define GFX_PACKAGE "swars-gfx-1_0_3_217"
14-
!define GFX_PKG_MD5 "8b674fec7f50b82706f3e879b88065f1"
12+
!define GFX_VERSION "1.0.3.218"
13+
!define GFX_PACKAGE "swars-gfx-1_0_3_218"
14+
!define GFX_PKG_MD5 "7a86388f7b50260497db411cb80d1b22"
1515

1616
; Version number and file name for sfx package
1717
!define SFX_VERSION "1.0.0.22"

res/swars-setup.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,8 @@ extract_gfx_files:
677677
DetailPrint "Extracting updated graphics files..."
678678
nsisunz::Unzip "$PLUGINSDIR\${GFX_PACKAGE}.zip" "$PLUGINSDIR\"
679679
CopyFiles /SILENT $PLUGINSDIR\SWARS\data\* $INSTDIR\data
680+
CopyFiles /SILENT $PLUGINSDIR\SWARS\qdata\* $INSTDIR\qdata
681+
CopyFiles /SILENT $PLUGINSDIR\SWARS\language\* $INSTDIR\language
680682

681683
;Update sound files from swars-sfx repository
682684

util/install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ LEVELS_VERSION="1.0.1.25"
3535
LEVELS_PACKAGE="swars-levels-1_0_1_25"
3636
LEVELS_PKG_MD5="bbf821b463613993c1d53ba7017abc06"
3737

38-
GFX_VERSION="1.0.3.217"
39-
GFX_PACKAGE="swars-gfx-1_0_3_217"
40-
GFX_PKG_MD5="8b674fec7f50b82706f3e879b88065f1"
38+
GFX_VERSION="1.0.3.218"
39+
GFX_PACKAGE="swars-gfx-1_0_3_218"
40+
GFX_PKG_MD5="7a86388f7b50260497db411cb80d1b22"
4141

4242
SFX_VERSION="1.0.0.22"
4343
SFX_PACKAGE="swars-sfx-1_0_0_22"

0 commit comments

Comments
 (0)