mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Cleaned project for 1.1
This commit is contained in:
parent
a03bc31aef
commit
914786e5e8
3 changed files with 11 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue