php updater and makefile
This commit is contained in:
2
Makefile
2
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) && \
|
||||
|
Reference in New Issue
Block a user