mirror of
https://github.com/greenshot/greenshot
synced 2025-07-29 19:20:06 -07:00
Preparations for RC5
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2185 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
3358352303
commit
6480a27a52
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#define ExeName "Greenshot"
|
#define ExeName "Greenshot"
|
||||||
#define Version "1.0.4.$WCREV$"
|
#define Version "1.0.5.$WCREV$"
|
||||||
|
|
||||||
; Include the scripts to install .NET Framework 2.0
|
; Include the scripts to install .NET Framework 2.0
|
||||||
; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx
|
; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx
|
||||||
|
@ -114,7 +114,7 @@ InfoBeforeFile=..\additional_files\readme.txt
|
||||||
LicenseFile=..\additional_files\license.txt
|
LicenseFile=..\additional_files\license.txt
|
||||||
LanguageDetectionMethod=uilanguage
|
LanguageDetectionMethod=uilanguage
|
||||||
MinVersion=,5.01.2600
|
MinVersion=,5.01.2600
|
||||||
OutputBaseFilename={#ExeName}-RC4-INSTALLER-{#Version}
|
OutputBaseFilename={#ExeName}-RC5-INSTALLER-{#Version}
|
||||||
OutputDir=..\
|
OutputDir=..\
|
||||||
PrivilegesRequired=none
|
PrivilegesRequired=none
|
||||||
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue