updated package.bat to not include the automation folder.

This commit is contained in:
kay.one
2012-04-13 17:57:31 -07:00
parent c9fcde3bbb
commit c702944d46
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
SET PACKAGEROOT=_rawPackage
SET TARGET=%PACKAGEROOT%\NzbDrone
rd %TARGET% /S /Q
rd %PACKAGEROOT% /S /Q
del nzbdrone*.zip /Q /F
@@ -50,6 +50,8 @@ del Mvc*.pdb /Q /F /S
del *debug.js /Q /F /S
del *-vsdoc.js /Q /F /S
..\Libraries\7zip\7za.exe a -tzip ..\NzbDrone.zip *
CD ..