mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
RC2 Preparations, fixed resulting filenames.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2560 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
38989ba251
commit
5ad1247a26
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,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}-INSTALLER-{#Version}-RC1
|
OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-RC2
|
||||||
OutputDir=..\
|
OutputDir=..\
|
||||||
PrivilegesRequired=none
|
PrivilegesRequired=none
|
||||||
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
||||||
|
|
|
@ -23,6 +23,6 @@ del /s *.bak
|
||||||
del /s *installer*.xml
|
del /s *installer*.xml
|
||||||
del /s *website*.xml
|
del /s *website*.xml
|
||||||
del /s *template.txt
|
del /s *template.txt
|
||||||
..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER-1.1.2.$WCREV$-RC1.zip *
|
..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER-1.1.2.$WCREV$-RC2.zip *
|
||||||
cd ..
|
cd ..
|
||||||
rmdir /s /q NO-INSTALLER
|
rmdir /s /q NO-INSTALLER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue