Merge 2024-11 stable #13

Merged
fedward merged 175 commits from AkkomaGang/akkoma:stable into stable 2024-11-26 21:26:45 +00:00
Showing only changes of commit fbb13fde76 - Show all commits

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
)