Skip to content

Commit

Permalink
Fix incorrect extraction of xcode imessage template archive
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Feb 4, 2024
1 parent 0038b49 commit 2f3447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sticker_convert/uploaders/xcode_imessage.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self):
with zipfile.ZipFile((ROOT_DIR / "ios-message-stickers-template.zip"), "r") as f:
dict = json.loads(
f.read(
ROOT_DIR / "stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Contents.json"
"stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Contents.json"
).decode()
)
else:
Expand Down

0 comments on commit 2f3447a

Please sign in to comment.