* Re-enable auto-update for windows. Fail build on non 2xx response from updater. * Fix format of md5 and sha256 files. * Fix identation. * Add critical to metadata. * Add some logs. * Fix pushing build. * Attempt to fix release pushing. * Fix missing rhash? * Workaround broken rhash.
		
			
				
	
	
		
			17 lines
		
	
	
		
			240 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			240 B
		
	
	
	
		
			INI
		
	
	
	
	
	
root = true
 | 
						|
[*]
 | 
						|
indent_style=tab
 | 
						|
indent_size=tab
 | 
						|
tab_width=4
 | 
						|
end_of_line=lf
 | 
						|
charset=utf-8
 | 
						|
trim_trailing_whitespace=true
 | 
						|
max_line_length=120
 | 
						|
insert_final_newline=true
 | 
						|
 | 
						|
[*.{yml,sh}]
 | 
						|
indent_style=space
 | 
						|
indent_size=2
 | 
						|
tab_width=8
 | 
						|
end_of_line=lf
 |