make sure that bin exists before copying files into it

This commit is contained in:
Shish 2012-03-17 20:06:28 +00:00
parent e91de7f442
commit c9a4175c90

View file

@ -8,7 +8,8 @@ if not exist %msbuild% set msbuild="%WinDirNet%\v4.0.30319\msbuild.exe"
set wixBinDir=%WIX%\bin
copy ..\..\data\icons\sparkleshare.ico ..\..\bin
if not exist ..\..\bin mkdir ..\..\bin
copy ..\..\data\icons\sparkleshare.ico ..\..\bin\
%msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="AnyCPU" %~dp0\tools\gettext-cs-utils\Gettext.CsUtils\Core\Gettext.Cs\Gettext.Cs.csproj
%msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" %~dp0\SparkleShare.sln