Fixed missing .exe.config for the Greenshot.exe, without this Greenshot won't work as Portable app.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2600 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-04-30 19:48:10 +00:00
commit b88615f9de
2 changed files with 4 additions and 1 deletions

View file

@ -21,7 +21,7 @@ copy /B bin\Release\GreenshotPlugin.dll releases\portable\App\Greenshot
copy /B bin\Release\log4net.dll releases\portable\App\Greenshot
copy /B log4net-portable.xml releases\portable\App\Greenshot
copy /B bin\Release\Greenshot.exe releases\portable\
copy /B bin\Release\Greenshot.exe.config releases\portable\
copy /B bin\Release\Greenshot.exe.config releases\portable\App\Greenshot
xcopy /S releases\additional_files\*.txt releases\portable\App\Greenshot
del releases\portable\App\Greenshot\readme.template.txt

View file

@ -0,0 +1,3 @@
!macro CustomCodePostInstall
CopyFiles /SILENT "$INSTDIR\App\Greenshot\Greenshot.exe.config" "$INSTDIR\"
!macroend