mirror of https://github.com/Radarr/Radarr
Deleted some emptry lines
This commit is contained in:
parent
760a40d61d
commit
93402f4932
|
@ -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 ..
|
Loading…
Reference in New Issue