Open shedman214 opened 1 day ago
Hey there,
I build a windows executable and pulled up a Windows VM to do some quick testing, it seems to be working correctly. Added the windows executable to the 1.0.0 release with the rest, give it a shot and let me know if it works.
@vktr2b This would be my first time running it. do you have a guide on how to run it. kinda of a noob
Sure,
download and unpack the windows executable
let's say you have the manga dir you want to rename in you Documents folder, place the executable in you Documents folder as well, then open up command prompt and run:
cd Documents
kavigo.exe -d "Manga directory" -o "path where to create a new dir and place the renamed manga files" -r "path to volumeRanges.txt" -v -p
the only mandatory flags are -d
and -r
the rest are optional, see the readme.md for more information on them
-o
flag is optional, if not provided it just renames everything in the same directory hope this helps :)
i want to use this on my windows desktop. How do i install this on my windows?