dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
201 stars 13 forks source link

Fix a zip function #168

Open pingfanH opened 1 year ago

pingfanH commented 1 year ago

Objective

-Fixes a zip function error

Solution

Then

Anyway,now it build success

enfipy commented 1 year ago

Hi @pingfanH! Thanks for your contribution! One thing I noticed is that add_directory_from_path is deprecated, quoting: "Deprecated since 0.5.7... Use add_directory instead."

It also breaks CI, so I suggest you fix it.