mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
updated package.bat to not include the automation folder.
This commit is contained in:
+3
-1
@@ -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 ..
|
||||
Reference in New Issue
Block a user