diff --git a/scripts/update-dir.sh b/scripts/update-dir.sh index 6afc20f4..01b0e706 100644 --- a/scripts/update-dir.sh +++ b/scripts/update-dir.sh @@ -1,2 +1,4 @@ osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}.+(x_t)' --verbose --debug -osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}.+(pdf|jpg|html|step)' --verbose --debug \ No newline at end of file +osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}-config.+(json)' --verbose --debug +osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}-${CONFIGURATION}.+(step|x_t)' --verbose --debug +osr-cad sw --src="./$1/**/*Global*.+(SLDASM)" --dst='${SRC_DIR}/${SRC_NAME}.+(pdf|html|step)' --verbose --debug \ No newline at end of file