From f211c40d69699f7e663e76b50da29a8ce134f15d Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Mon, 30 May 2011 19:25:05 -0700 Subject: [PATCH] trying to get build number into the file name --- package.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.bat b/package.bat index 9472745f0..e1cf655d0 100644 --- a/package.bat +++ b/package.bat @@ -18,6 +18,6 @@ xcopy NzbDrone.Web\web.config %TARGET%\NzbDrone.Web\ CD "%TARGET%" -..\Libraries\7zip\7za.exe a -tzip NzbDrone.zip * +..\Libraries\7zip\7za.exe a -tzip NzbDrone.%BUILDNUMBER%.zip * ..\Libraries\7zip\7za.exe t NzbDrone.zip cD .. \ No newline at end of file