Fix wrong type when importing emojis #841

Merged
floatingghost merged 1 commit from tudbut/akkoma:emojis into develop 2024-10-26 04:00:13 +00:00

View file

@ -111,7 +111,7 @@ def run(["get-packs" | args]) do
{:ok, _} =
:zip.unzip(binary_archive,
cwd: pack_path,
cwd: to_charlist(pack_path),
file_list: files_to_unzip
)