diff --git a/Makefile.toml b/Makefile.toml index 04cc955..b2e160a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -204,7 +204,7 @@ script = [ [tasks.sdeject] dependencies = ["sdcard"] script = [ - "diskutil unmount ${VOLUME}" + "diskutil ejectAll ${VOLUME}" ] [tasks.chainboot]