Update .gitea/actions/generate-previews/action.yml
This commit is contained in:
@@ -105,7 +105,7 @@ runs:
|
|||||||
|
|
||||||
echo " → Taking thumbnail screenshot..."
|
echo " → Taking thumbnail screenshot..."
|
||||||
if ! retry xvfb-run -a "$DANSER_DIR/danser-cli" \
|
if ! retry xvfb-run -a "$DANSER_DIR/danser-cli" \
|
||||||
-replay "$THUMBNAIL_REPLAY_PATH" -skip -settings="skinhub" -noupdatecheck -ss 0.3 \
|
-replay "$THUMBNAIL_REPLAY_PATH" -skip -settings="skinhub" -noupdatecheck -ss 0.35 \
|
||||||
-out="${SKIN_NAME}_thumb" -skin="$SKIN_NAME" >>"$LOGFILE" 2>&1; then
|
-out="${SKIN_NAME}_thumb" -skin="$SKIN_NAME" >>"$LOGFILE" 2>&1; then
|
||||||
echo " ✖ Thumbnail screenshot failed for $SKIN_NAME"; cat "$LOGFILE"; INDEX=$((INDEX+1)); continue
|
echo " ✖ Thumbnail screenshot failed for $SKIN_NAME"; cat "$LOGFILE"; INDEX=$((INDEX+1)); continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user