Reight123 / chromat_ynk

CY TECH project on JAVA and JAVAFX
1 stars 0 forks source link

update command if already launched to save execution time #48

Closed na-teag closed 5 months ago

na-teag commented 5 months ago

in the .bash and .bat files, check if the target repertory exits. If yes, App has already been launched, and so it is not necessary to do mvn clean install but only mvn clean if no, then a mvn clean install must be done

eventually, check if the the drawing directory is there, and if not create it. (then the heart.png can be deleted from github, as it is there just for to create the directory when the project is cloned)