trumank / repak

Unreal Engine .pak file library and CLI in rust
Apache License 2.0
174 stars 25 forks source link

Avoid `Path::with_extension` because it can replace extension #3

Closed jieyouxu closed 1 year ago

jieyouxu commented 1 year ago

Don't use Path::with_extension for making pak output path because it will replace e.g. the .1 in the input folder name test_v1.1.

trumank commented 1 year ago

Immediately after I just made a release too...