make game executable

This commit is contained in:
thefish 2019-11-06 23:22:11 +03:00
parent dd2e68a8e8
commit 222927070f
3 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,7 @@ build.game.linux64:
cp -r $(CWD)/resources $(DISTFOLDER) && \
$(GO) build -ldflags $(LDFLAGS) -o $(DISTFOLDER)/game $(CWD)/cmd/game/main.go && \
strip $(DISTFOLDER)/game && \
chmod +x $(DISTFOLDER)/game && \
cd $(DISTFOLDER) && zip -r ../$(PROJECT_NAME)-$(OS)-${PKG_VER}.zip . -x *.git*
build.game.win64:

View File

@ -0,0 +1,2 @@
package xecutor

View File

@ -0,0 +1 @@
package xecutor