mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
updated package.bat for better cleanup.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
SET PACKAGEROOT=_rawPackage
|
SET PACKAGEROOT=_rawPackage
|
||||||
SET TARGET=%PACKAGEROOT%\NzbDrone
|
SET TARGET=%PACKAGEROOT%\NzbDrone
|
||||||
|
|
||||||
RM %TARGET% /S /Q
|
rd %TARGET% /S /Q
|
||||||
del nzbdrone*.zip /Q /F
|
del nzbdrone*.zip /Q /F
|
||||||
|
|
||||||
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
|
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
|
||||||
|
|||||||
Reference in New Issue
Block a user