GENERAL INFORMATION:
    This version of the tool isn't exactly an upgrade of previous versions (1.0, 1.1), if anything it's probably a downgrade. The purpose of this version is to have a better UI. But most importantly, i just wanted to make a desktop app using the Electron framework for Javascript. This is my first app made with electron, and will probably be my last. Why will it probably be my last? Because it's a bit of a pain in the ass to work with. In my opinion, C++ (with Qt) or C# (with .NET) is way easier to work with, but i guess this was a good learning experience. All the code for this tool is openly available in resources/app/.
    Feel free to edit it as you please, but if you make a tool using my code as a base, please give me credit.


CONFIGURATION:
    + in the Mod Mover folder, go to resources/app/paths.json
    + in paths.json set gtaPath to the root directory of your GTA (use / instead of \ in the path. Also include an extra / at the end of the path)
    same goes for modFolderPath (modFolderPath is the folder that has all your mods in it)
    You don't need to (and shouldn't) mess with any other files, unless of course you want to edit the design of the app, in that case you can edit resources/app/app/css. Or you can even edit the javascript if you want. Do whatever. 



Run "Mod Mover.exe" once the paths.json is set.