mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-11 00:02:47 -08:00
05b69667cf
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2601 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
5 lines
274 B
NSIS
5 lines
274 B
NSIS
!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 |