cc3dsfs/setup_scripts/macos_setup_ftd2xx.sh
2024-06-23 02:34:47 +02:00

5 lines
105 B
Bash
Executable File

hdiutil attach ${1}
cp ${2}/release/build/${4} ${3}
cp ${2}/release/*.h ${3}
hdiutil detach ${2} || true