fxstein / GoProX

The missing GoPro data and workflow manager for macOS
MIT License
25 stars 3 forks source link

Bug: Archive uses current directory instead of source directory #15

Closed jip149 closed 1 year ago

jip149 commented 1 year ago

The _archive_media function uses the current directory instead of source directory when checking for camera model and serial.

On line 572, find -E . should be changed to find -E $source

fxstein commented 1 year ago

Confirmed. Thanks for letting me know!

Will put together a fix later today.