greg-ynx / NexusDownloadFlow

Auto-downloader for Nexus Mods.
36 stars 8 forks source link

Rebuilding with changed asset #17

Closed rikk811 closed 1 month ago

rikk811 commented 8 months ago

First, thank you for this auto-clicker!... I suck with Python. I am trying to use this with downloading collections from Nexus. It's currently not seeing the 'download' button on NMM. Looking at the assets, I see that it isn't there. I took a screen snip of the image and placed it in the asset folder. However, I'm not sure how to rebuild and run the files with the edit. Please help!

greg-ynx commented 7 months ago

Hi! If you cannot build NDF just run it with python and it will work!

Make sure that your screenshot is named template1.png or template2.png or template3.png (current version 2.0.1) does not support additional template.

If you really want to build the python project into a window executable, you have to use pyinstaller with the build.spec file. Or if you have download all the dependencies on your global python interpreter, just click the build.bat file.

Hope this will help 😉

greg-ynx commented 1 month ago

New version released! 2.1.0

Adding custom templates is a feature in this version. I'm closing this issue.