mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
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:
parent
b7d3f2451f
commit
b88615f9de
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
!macro CustomCodePostInstall
|
||||
CopyFiles /SILENT "$INSTDIR\App\Greenshot\Greenshot.exe.config" "$INSTDIR\"
|
||||
!macroend
|
Loading…
Add table
Add a link
Reference in a new issue