bin folder creation for startup-scripts on after_build event
This commit is contained in:
parent
0eca04f18b
commit
e06bdd2132
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ fi
|
|||
|
||||
function ac_on_after_build() {
|
||||
# move the run engine
|
||||
mkdir -p "$INSTALL_PATH/bin/"
|
||||
cp -rvf "$AC_PATH_MODULES/acore/startup-scripts/"* "$INSTALL_PATH/bin/"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue