1
0

fix: log correct var in make_barcode_scanner script

Fixes two log lines to use the correct path variable.
This commit is contained in:
f321x
2025-07-21 16:28:00 +02:00
parent 729003e557
commit 5298e29a36

View File

@@ -110,7 +110,7 @@ else
fi
cp "$CAMERA_AAR_SOURCE" "$CAMERA_AAR_DEST_GENERIC"
cp "$CAMERA_AAR_SOURCE" "$CAMERA_AAR_DEST_SPECIFIC"
info "CameraView AAR copied to $CAMERA_AAR_DEST"
info "CameraView AAR copied to $CAMERA_AAR_DEST_GENERIC"
fi
########### BarcodeScannerView ###########
@@ -137,7 +137,7 @@ else
fi
cp "$BARCODE_AAR_SOURCE" "$BARCODE_AAR_DEST_GENERIC"
cp "$BARCODE_AAR_SOURCE" "$BARCODE_AAR_DEST_SPECIFIC"
info "BarcodeScannerView AAR copied to $BARCODE_AAR_DEST"
info "BarcodeScannerView AAR copied to $BARCODE_AAR_DEST_GENERIC"
fi