forked from lolo859/vystem
Vystem 0.2
This commit is contained in:
26
shelter/shelter.json
Normal file
26
shelter/shelter.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version":"0.1",
|
||||
"root_folder":"%filefolder%",
|
||||
"run_context":"sub",
|
||||
"name":"Shelter build",
|
||||
"actions":[
|
||||
{
|
||||
"action":"run_submodule",
|
||||
"args":{
|
||||
"file_variables":false,
|
||||
"file":"tools/python_script.json",
|
||||
"wait":true,
|
||||
"block_if_fail":true
|
||||
}
|
||||
},
|
||||
{
|
||||
"action":"run_submodule",
|
||||
"args":{
|
||||
"file_variables":false,
|
||||
"file":"kernel.json",
|
||||
"wait":true,
|
||||
"block_if_fail":true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user