diff --git a/Makefile b/Makefile index 919c0a1..1492f0a 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ build.deps: GIT_SSL_NO_VERIFY=true $(GO) mod vendor build.game.linux64: + php update-config-version.php cp $(CWD)/vendor/lab.zaar.be/thefish/bearlibterminal/libBearLibTerminal.so $(DISTFOLDER) && \ cp $(CWD)/config.json $(DISTFOLDER) && \ cp -r $(CWD)/resources $(DISTFOLDER) && \ @@ -36,6 +37,7 @@ build.game.linux64: cd $(DISTFOLDER) && zip -r ../$(PROJECT_NAME)-$(OS)-${PKG_VER}.zip . -x *.git* build.game.win64: + php update-config-version.php cp $(CWD)/lib/win64/BearLibTerminal.dll $(DISTFOLDER) && \ cp $(CWD)/config.json $(DISTFOLDER) && \ cp -r $(CWD)/resources $(DISTFOLDER) && \ diff --git a/config.json b/config.json index 7d7c097..b669e58 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "version": "v0.0.1.4-1-g14c8cf8", + "version": "v0.0.1.4-2-g20fa78a", "title": "Alchemyst", "sizeX": 100, "sizeY": 47,