Closed jieyouxu closed 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.
Path::with_extension
.1
test_v1.1
Immediately after I just made a release too...
Don't use
Path::with_extension
for making pak output path because it will replace e.g. the.1
in the input folder nametest_v1.1
.