Update prepare_apps

This commit is contained in:
Tal Regev 2021-03-09 20:21:07 +02:00
parent 5cae2d5c31
commit fa595745fe
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ prepare_apps() {
cp_if_exists samples/vboxwrapper/vboxwrapper "${TARGET_DIR}" cp_if_exists samples/vboxwrapper/vboxwrapper "${TARGET_DIR}"
cp_if_exists samples/worker/worker "${TARGET_DIR}" cp_if_exists samples/worker/worker "${TARGET_DIR}"
cp_if_exists samples/wrapper/wrapper "${TARGET_DIR}" cp_if_exists samples/wrapper/wrapper "${TARGET_DIR}"
cp_if_exists samples/openclapp/openclapp "${TARGET_DIR}"
prepare_7z_archive prepare_7z_archive
} }