Fixes the avatar Url from the menu

This commit is contained in:
Paul Schneider 2015-10-10 13:38:07 +02:00
commit 424bb157e3
9 changed files with 71 additions and 27 deletions

View file

@ -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