checkpoint: pre-split branch cleanup
This commit is contained in:
parent
4c2ae2e5b7
commit
b5db7a7753
276 changed files with 35912 additions and 60119 deletions
25
install/manifest.json
Normal file
25
install/manifest.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"version": "installer.v1",
|
||||
"distribution": {
|
||||
"packageName": "beadboard",
|
||||
"shimNames": ["bb", "beadboard"]
|
||||
},
|
||||
"wrappers": {
|
||||
"windows": {
|
||||
"script": "install.ps1"
|
||||
},
|
||||
"posix": {
|
||||
"script": "install.sh"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"start": "beadboard start",
|
||||
"open": "beadboard open",
|
||||
"status": "beadboard status"
|
||||
},
|
||||
"driver": {
|
||||
"remediationMode": "detect_only",
|
||||
"installSideEffects": false
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue