parent
fe86c594c6
commit
c9ecfc84ff
8 changed files with 24 additions and 9 deletions
@ -1,5 +1,6 @@ |
||||
{ |
||||
"installed": [ |
||||
{"type": "exe", "file": "usr/bin/dsimpleapp"} |
||||
{"type": "exe", "file": "usr/bin/dsimpleapp"}, |
||||
{"type": "pdb", "file": "usr/bin/dsimpleapp"} |
||||
] |
||||
} |
||||
|
@ -1,6 +1,7 @@ |
||||
{ |
||||
"installed": [ |
||||
{"type": "exe", "file": "usr/bin/app_s"}, |
||||
{"type": "pdb", "file": "usr/bin/app_s"}, |
||||
{"type": "file", "file": "usr/lib/libstuff.a"} |
||||
] |
||||
} |
||||
|
@ -1,5 +1,6 @@ |
||||
{ |
||||
"installed": [ |
||||
{"type": "exe", "file": "usr/bin/dapp"} |
||||
{"type": "exe", "file": "usr/bin/dapp"}, |
||||
{"type": "pdb", "file": "usr/bin/dapp"} |
||||
] |
||||
} |
||||
|
Loading…
Reference in new issue