Now using BitTorrent sync for asset management.

This commit is contained in:
2014-04-05 21:07:46 +02:00
parent 2563044047
commit 333f652867
-6
View File
@@ -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