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