Skip to content

Commit

Permalink
copy server assets on install
Browse files Browse the repository at this point in the history
  • Loading branch information
coinop-logan committed May 12, 2023
1 parent f7eb3b7 commit 49bcab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ server-build: bin/server
server-install: server-build
sudo cp py/*.py /usr/bin/coinfight/python/
sudo cp bin/server /usr/bin/coinfight/server
sudo cp assets/server/* /usr/share/coinfight_server

client-build: bin/coinfight
cp -r assets/client/* bin/
Expand Down

0 comments on commit 49bcab9

Please sign in to comment.