Fixes the avatar Url from the menu
This commit is contained in:
parent
303aaa5e1b
commit
424bb157e3
9 changed files with 71 additions and 27 deletions
4
Makefile
4
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
VERSION=1.1
|
||||
CONFIG=Debug
|
||||
LDYDESTDIR=build/web/$(CONFIG)
|
||||
LDYDESTDIR=dist/web/$(CONFIG)
|
||||
COPYUNCHANGED="false"
|
||||
|
||||
HOST_rsync_yavsc=lua.pschneider.fr
|
||||
|
|
@ -37,7 +37,7 @@ rsync_% : DESTDIR = $(DESTDIR_$@)
|
|||
|
||||
rsync_% : deploy
|
||||
echo "!Deploying to $(HOST)!"
|
||||
$(RSYNCCMD) build/web/$(CONFIG)/ root@$(HOST):$(DESTDIR)
|
||||
$(RSYNCCMD) dist/web/$(CONFIG)/ root@$(HOST):$(DESTDIR)
|
||||
|
||||
build:
|
||||
xbuild /p:Configuration=$(CONFIG) /t:Build Yavsc.sln
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue