Cleaned project for 1.1

This commit is contained in:
RKrom 2013-12-04 18:13:05 +01:00
commit 914786e5e8
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
!macro CustomCodePostInstall
CopyFiles /SILENT "$INSTDIR\App\Greenshot\Greenshot.exe.config" "$INSTDIR\"
ReadINIStr $0 "$INSTDIR\App\AppInfo\appinfo.ini" "Version" "PackageVersion"
ExecShell "open" "http://getgreenshot.org/thank-you/?language=en-US&version=$0"
!macroend