Skip to content

Commit 227fcac

Browse files
committed
Fixed installer problems regarding JSON files
1 parent 593ac1b commit 227fcac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

install/mushclient.nsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,14 @@ SetOverwrite ifnewer
329329
File "..\lua\json.lua"
330330

331331
CreateDirectory "$INSTDIR\lua\json"
332-
SetOutPath $INSTDIR\lua
332+
SetOutPath $INSTDIR\lua\json
333333

334334
File "..\lua\json\encode.lua"
335335
File "..\lua\json\decode.lua"
336-
File "..\lua\json\encode.lua"
336+
File "..\lua\json\util.lua"
337337

338338
CreateDirectory "$INSTDIR\lua\json\encode"
339-
SetOutPath $INSTDIR\lua\encode
339+
SetOutPath $INSTDIR\lua\json\encode
340340

341341
File "..\lua\json\encode\array.lua"
342342
File "..\lua\json\encode\calls.lua"
@@ -348,7 +348,7 @@ SetOverwrite ifnewer
348348
File "..\lua\json\encode\strings.lua"
349349

350350
CreateDirectory "$INSTDIR\lua\json\decode"
351-
SetOutPath $INSTDIR\lua\decode
351+
SetOutPath $INSTDIR\lua\json\decode
352352

353353
File "..\lua\json\decode\array.lua"
354354
File "..\lua\json\decode\calls.lua"

install/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MUSHclient version 4.59
22
=======================
33

4-
Friday, 20th August 2010
4+
Monday, 30th August 2010
55

66
Author: Nick Gammon
77
Web support: http://www.gammon.com.au/forum/

0 commit comments

Comments
 (0)