Improved the stream page some more and now going to make the game display page a parody of a steam page.
This commit is contained in:
parent
fc99fc955b
commit
a013a26d94
8 changed files with 25 additions and 12 deletions
7
Makefile
7
Makefile
|
|
@ -4,6 +4,13 @@ ifeq '$(OS)' 'Windows_NT'
|
|||
GO_IS_STUPID_EXE=.exe
|
||||
endif
|
||||
|
||||
all: build
|
||||
ifeq '$(OS)' 'Windows_NT'
|
||||
powershell -ExecutionPolicy bypass "./tools/restart.ps1"
|
||||
else
|
||||
curl http://127.0.0.1:9999/webapp || true
|
||||
endif
|
||||
|
||||
build: build_bot
|
||||
go build .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue