Merge pull request #645 from shish/win32-bin

make sure that bin exists before copying files into it
This commit is contained in:
Hylke Bons 2012-03-17 13:10:40 -07:00
commit b724c53165

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