From 333f6528679fe577367c1d8a00b66e53f7255a0d Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Sat, 5 Apr 2014 21:07:46 +0200 Subject: [PATCH] Now using BitTorrent sync for asset management. --- deploy.bat | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deploy.bat b/deploy.bat index f0ccc06..6d57b2c 100755 --- a/deploy.bat +++ b/deploy.bat @@ -1,11 +1,5 @@ @ECHO off -:: Set custom path to asset folder here -SET AssetSource=%UserProfile%\Google Drive\Fisk_ Litet Spelprojekt\Assets - -ECHO Copying assets from %AssetSource% -RMDIR "assets\" /S /Q -XCOPY "%AssetSource%" "assets\" /E /Y /Q CALL :deploy Debug CALL :deploy Release GOTO:eof