Skip to content

Commit

Permalink
Delete a patch to fix the issue on #23
Browse files Browse the repository at this point in the history
fixed with assets/Person running facing right/metadata.json
62ecdc0d7ca5c6df32148c169556bc8d3782fca4
  • Loading branch information
tetunori committed Feb 8, 2025
1 parent 8296c9e commit cca9876
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ def isCodepointWorkAroundTarget(codePointText: str):
"1f3ff": "Dark",
}

# Patch to fix the issue #23
subprocess.run(f"sed -i -e 's/1f3c3 1f3c3 200d 27a1 fe0f/1f3c3 1f3fc 200d 27a1 fe0f/' './fluentui-emoji/assets/Person running facing right/metadata.json'", shell=True)

# Replace target SVGs
replaceTargetSVGList = list(Path("replaceSVG").iterdir())
for svgFile in replaceTargetSVGList:
Expand Down

0 comments on commit cca9876

Please sign in to comment.