postprocess: fixed filename issue if stack_frames exists

This commit is contained in:
Martijn Braam 2020-10-06 18:27:16 +02:00
parent 7f8b6520c6
commit bae5f5410a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if command -v "stack_frames" > /dev/null
then
stack_frames / "$BURST_DIR"/stacked.dng "$BURST_DIR"/*.dng
cp "$BURST_DIR"/stacked.dng "$TARGET_NAME.stacked.dng"
MAIN_PICTURE="$BURST_DIR"/stacked.dng
MAIN_PICTURE="$BURST_DIR"/stacked
fi
# Create a .jpg if raw processing tools are installed