updated build system

This commit is contained in:
2024-07-25 06:50:56 -05:00
parent 0d49b49482
commit d1157ca261
2 changed files with 6 additions and 2 deletions

View File

@ -28,7 +28,7 @@ if [ ! -d "${PROJECT_DIST_DIR}" ]; then
fi
if [ "${DEST_DIR}" == "" ]; then
DEST_DIR="${CURRENT_DIR}/../dist"
DEST_DIR="${PROJECT_DIST_DIR}"
fi
DEST_DIR=$(realpath "${DEST_DIR}")