diff --git a/src/commands/diff-props.ts b/src/commands/diff-props.ts index e7ae3bf..e0a199c 100644 --- a/src/commands/diff-props.ts +++ b/src/commands/diff-props.ts @@ -3,7 +3,7 @@ import * as chalk from 'chalk' import { diffPartitionProps, loadPartitionProps, PartitionProps } from '../blobs/props' -const BUILD_KEY_PATTERN = /^ro(?:system_ext|product|vendor)?\.build\./ +const BUILD_KEY_PATTERN = /^ro(?:\.(?:system|system_ext|product|vendor))?\.build\..+$/ function removeBuildProps(partProps: PartitionProps) { for (let props of partProps.values()) {