mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Fixed UpdateVersion.bat
This commit is contained in:
		@@ -7,8 +7,9 @@ set SUBWCREV=%PROGRAMFILES%\TortoiseSVN\bin\SubWCRev.exe
 | 
			
		||||
set GIT=%PROGRAMFILES%\Git\bin\git.exe
 | 
			
		||||
set VERSION=2.3.0
 | 
			
		||||
set REVISION=1
 | 
			
		||||
set ISBETA=true
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if "%1" == "RELEASE" set ISBETA=false
 | 
			
		||||
if "%1" == "BUILDVERSION" goto BUILDVERSION
 | 
			
		||||
echo Rainmeter Build
 | 
			
		||||
echo ----------------------------------------------
 | 
			
		||||
@@ -26,11 +27,6 @@ set MAKENSIS=%MAKENSIS:Program Files\=Program Files (x86)\%
 | 
			
		||||
if not exist "%MAKENSIS%" echo ERROR: MakeNSIS.exe not found & goto END
 | 
			
		||||
:NSISFOUND
 | 
			
		||||
 | 
			
		||||
set ISBETA=true
 | 
			
		||||
if "%1" == "RELEASE" (
 | 
			
		||||
	set ISBETA=false
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
:BUILDVERSION
 | 
			
		||||
 | 
			
		||||
if exist "..\.svn" goto SVN
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user