1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-17 18:49:15 +00:00

fix wrong type when importing emojis

This commit is contained in:
TudbuT 2024-10-18 14:57:31 +02:00
parent f101886709
commit 661b7fedb6
No known key found for this signature in database
GPG key ID: B3CF345217F202D3

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
)