mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -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
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -17,3 +17,9 @@ upgradeLog.XML
|
|||
/*.error
|
||||
|
||||
/Greenshot/releases/innosetup/setup.iss
|
||||
|
||||
/Greenshot/tools/PortableApps.comInstaller/Data
|
||||
/Greenshot/releases/portable/Greenshot.exe
|
||||
/Greenshot/releases/portable/help.html
|
||||
|
||||
/Greenshot/releases/portable/App/AppInfo
|
||||
|
|
BIN
Greenshot/Greenshot.v11.suo
Normal file
BIN
Greenshot/Greenshot.v11.suo
Normal file
Binary file not shown.
|
@ -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