1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 19:32:51 +00:00

trying to get build number into the file name

This commit is contained in:
kay.one 2011-05-30 19:25:05 -07:00
parent 3385eacb49
commit f211c40d69

View file

@ -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 ..