Build not working without fetched Tags
hugelol opened this issue ยท 3 comments
Just to expand the bit on the actual problem, I assume by "forked without the tags" you mean you downloaded the repo instead of cloning it with git? The error
returned non-zero exit status: 128.
means the directory you are operating in is not a git repository (i.e. no .git
sub-directory is present or its content is malformed), and that's exactly what happens when you use the download button on GitHub. If you instead open a shell in the AddOns directory (or wherever you want to place Questie) and do git clone https://github.com/Questie/Questie.git
the script should work.
Also small FYI, when you make changes to Questie you will sometimes have to use the "Recompile Database" button in the advanced options before they take effect, specifically for additions to the corrections files.
Hey @hugelol if you just want to test your changes there is no need to run the build script. Just move the entire folder to your addons folder and you are good to go (just like you would install Questie).
The build script is only for building release ready ZIPs which don't include irrelevant files.
Or is there something specific you want to do?