1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Deleted some emptry lines

This commit is contained in:
Mark McDowall 2012-09-09 00:53:02 -07:00
parent 760a40d61d
commit 93402f4932

View File

@ -5,7 +5,6 @@ rd %PACKAGEROOT% /S /Q
del nzbdrone*.zip /Q /F
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
@ -27,7 +26,6 @@ xcopy NzbDrone.Web\Views\*.* %TARGET%\NzbDrone.Web\Views\ /E /V /I /Y
del %TARGET%\NzbDrone.Web\bin\*.xml /Q /F
xcopy NzbDrone.Web\log.config %TARGET%\NzbDrone.Web\
xcopy NzbDrone.Web\Global.asax %TARGET%\NzbDrone.Web\
xcopy NzbDrone.Web\favicon.ico %TARGET%\NzbDrone.Web\
@ -51,7 +49,6 @@ del *debug.js /Q /F /S
del *-vsdoc.js /Q /F /S
..\Libraries\7zip\7za.exe a -tzip ..\NzbDrone.zip *
CD ..