mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed build warning
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1632 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
fd67253022
commit
78c7071419
2 changed files with 9 additions and 1 deletions
|
@ -1,12 +1,18 @@
|
|||
@echo off
|
||||
echo Starting Greenshot BUILD
|
||||
cd ..
|
||||
echo Getting current Version
|
||||
tools\TortoiseSVN\SubWCRev.exe . releases\innosetup\setup.iss releases\innosetup\setup-SVN.iss
|
||||
del bin\Release\*.config
|
||||
del bin\Release\*.log
|
||||
cd bin\Release
|
||||
echo Making MD5
|
||||
..\..\tools\FileVerifier++\fvc.exe -c -a MD5 -r -o checksum.MD5 Greenshot.exe GreenshotPlugin.dll
|
||||
cd ..\..
|
||||
echo Building installer after key press
|
||||
pause
|
||||
tools\innosetup\ISCC.exe releases\innosetup\setup-SVN.iss
|
||||
echo Building ZIP after key press
|
||||
pause
|
||||
del releases\Greenshot-NO-INSTALLER.zip
|
||||
mkdir releases\NO-INSTALLER
|
||||
|
@ -17,5 +23,8 @@ xcopy /S releases\additional_files\* releases\NO-INSTALLER
|
|||
cd releases\NO-INSTALLER
|
||||
..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER.zip *
|
||||
cd ..\..
|
||||
echo Cleanup after key press
|
||||
pause
|
||||
del /s /q releases\NO-INSTALLER
|
||||
echo Finshed
|
||||
pause
|
|
@ -201,7 +201,6 @@ var
|
|||
i: Integer;
|
||||
parametersString: String;
|
||||
currentParameter: String;
|
||||
equalsSignPos: Integer;
|
||||
foundStart: Boolean;
|
||||
foundNoRun: Boolean;
|
||||
foundLanguage: Boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue