Browse Source

postprocess: fixed filename issue if stack_frames exists

Martijn Braam 4 years ago
parent
commit
bae5f5410a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      postprocess.sh

+ 1 - 1
postprocess.sh

@@ -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