Im doing a java desktop app for school. Been working on it since october and its almost completed. Now, to be evaluated,I need do put on my git repo some installer that, well, installs the app.
Im not sure how to do this. Im using IntelliJ, and as of now, i managed to create a java executable (.jar). The .jar file works fine. Now, im not sure on what do do next(?) Sending the .jar file to my repo is enough? Probably not. What I was thinking is uploading to my repo some installer that installs my .jar file.
Does this make any sense? If so, how could I do it?