mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -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 ..
|
cd ..
|
||||||
|
echo Getting current Version
|
||||||
tools\TortoiseSVN\SubWCRev.exe . releases\innosetup\setup.iss releases\innosetup\setup-SVN.iss
|
tools\TortoiseSVN\SubWCRev.exe . releases\innosetup\setup.iss releases\innosetup\setup-SVN.iss
|
||||||
del bin\Release\*.config
|
del bin\Release\*.config
|
||||||
del bin\Release\*.log
|
del bin\Release\*.log
|
||||||
cd bin\Release
|
cd bin\Release
|
||||||
|
echo Making MD5
|
||||||
..\..\tools\FileVerifier++\fvc.exe -c -a MD5 -r -o checksum.MD5 Greenshot.exe GreenshotPlugin.dll
|
..\..\tools\FileVerifier++\fvc.exe -c -a MD5 -r -o checksum.MD5 Greenshot.exe GreenshotPlugin.dll
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
echo Building installer after key press
|
||||||
pause
|
pause
|
||||||
tools\innosetup\ISCC.exe releases\innosetup\setup-SVN.iss
|
tools\innosetup\ISCC.exe releases\innosetup\setup-SVN.iss
|
||||||
|
echo Building ZIP after key press
|
||||||
pause
|
pause
|
||||||
del releases\Greenshot-NO-INSTALLER.zip
|
del releases\Greenshot-NO-INSTALLER.zip
|
||||||
mkdir releases\NO-INSTALLER
|
mkdir releases\NO-INSTALLER
|
||||||
|
@ -17,5 +23,8 @@ xcopy /S releases\additional_files\* releases\NO-INSTALLER
|
||||||
cd releases\NO-INSTALLER
|
cd releases\NO-INSTALLER
|
||||||
..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER.zip *
|
..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER.zip *
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
echo Cleanup after key press
|
||||||
|
pause
|
||||||
del /s /q releases\NO-INSTALLER
|
del /s /q releases\NO-INSTALLER
|
||||||
|
echo Finshed
|
||||||
pause
|
pause
|
|
@ -201,7 +201,6 @@ var
|
||||||
i: Integer;
|
i: Integer;
|
||||||
parametersString: String;
|
parametersString: String;
|
||||||
currentParameter: String;
|
currentParameter: String;
|
||||||
equalsSignPos: Integer;
|
|
||||||
foundStart: Boolean;
|
foundStart: Boolean;
|
||||||
foundNoRun: Boolean;
|
foundNoRun: Boolean;
|
||||||
foundLanguage: Boolean;
|
foundLanguage: Boolean;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue