mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
bin folder creation for startup-scripts on after_build event
This commit is contained in:
@@ -10,6 +10,7 @@ fi
|
|||||||
|
|
||||||
function ac_on_after_build() {
|
function ac_on_after_build() {
|
||||||
# move the run engine
|
# move the run engine
|
||||||
|
mkdir -p "$INSTALL_PATH/bin/"
|
||||||
cp -rvf "$AC_PATH_MODULES/acore/startup-scripts/"* "$INSTALL_PATH/bin/"
|
cp -rvf "$AC_PATH_MODULES/acore/startup-scripts/"* "$INSTALL_PATH/bin/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user