User and examples bnp are incremental
This commit is contained in:
parent
5e73dfd0e6
commit
0ede54f769
1 changed files with 2 additions and 4 deletions
|
@ -97,8 +97,6 @@ ICMain["Refs"] += [ "cfg" ]
|
|||
ICMain["Refs"] += [ "exedll" ]
|
||||
ICMain["Refs"] += [ "fonts" ]
|
||||
ICMain["Refs"] += [ "packedsheets" ]
|
||||
ICMain["Refs"] += [ "user" ]
|
||||
ICMain["Refs"] += [ "examples" ]
|
||||
InstallClientData += [ ICMain ]
|
||||
|
||||
ICMainCfg = { }
|
||||
|
@ -141,7 +139,7 @@ ICUser = { }
|
|||
ICUser["Name"] = "user"
|
||||
ICUser["UnpackTo"] = "user"
|
||||
ICUser["IsOptional"] = 0
|
||||
ICUser["IsIncremental"] = 0
|
||||
ICUser["IsIncremental"] = 1
|
||||
ICUser["Packages"] = [ [ "user", [ ] ] ]
|
||||
ICUser["Refs"] = [ ]
|
||||
InstallClientData += [ ICUser ]
|
||||
|
@ -150,7 +148,7 @@ ICExamples = { }
|
|||
ICExamples["Name"] = "examples"
|
||||
ICExamples["UnpackTo"] = "examples"
|
||||
ICExamples["IsOptional"] = 0
|
||||
ICExamples["IsIncremental"] = 0
|
||||
ICExamples["IsIncremental"] = 1
|
||||
ICExamples["Packages"] = [ [ "examples", [ ] ] ]
|
||||
ICExamples["Refs"] = [ ]
|
||||
InstallClientData += [ ICExamples ]
|
||||
|
|
Loading…
Reference in a new issue