File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -329,14 +329,14 @@ SetOverwrite ifnewer
329
329
File " ..\lua\json.lua"
330
330
331
331
CreateDirectory " $INSTDIR\lua\json"
332
- SetOutPath $INSTDIR \lua
332
+ SetOutPath $INSTDIR \lua\json
333
333
334
334
File " ..\lua\json\encode.lua"
335
335
File " ..\lua\json\decode.lua"
336
- File " ..\lua\json\encode .lua"
336
+ File " ..\lua\json\util .lua"
337
337
338
338
CreateDirectory " $INSTDIR\lua\json\encode"
339
- SetOutPath $INSTDIR \lua\encode
339
+ SetOutPath $INSTDIR \lua\json\ encode
340
340
341
341
File " ..\lua\json\encode\array.lua"
342
342
File " ..\lua\json\encode\calls.lua"
@@ -348,7 +348,7 @@ SetOverwrite ifnewer
348
348
File " ..\lua\json\encode\strings.lua"
349
349
350
350
CreateDirectory " $INSTDIR\lua\json\decode"
351
- SetOutPath $INSTDIR \lua\decode
351
+ SetOutPath $INSTDIR \lua\json\ decode
352
352
353
353
File " ..\lua\json\decode\array.lua"
354
354
File " ..\lua\json\decode\calls.lua"
Original file line number Diff line number Diff line change 1
1
MUSHclient version 4.59
2
2
=======================
3
3
4
- Friday, 20th August 2010
4
+ Monday, 30th August 2010
5
5
6
6
Author: Nick Gammon
7
7
Web support: http://www.gammon.com.au/forum/
You can’t perform that action at this time.
0 commit comments