mirror of
				https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git
				synced 2023-10-10 11:37:40 +00:00 
			
		
		
		
	Fix link to release info page for experimental versions
This commit is contained in:
		@@ -1243,6 +1243,9 @@ proc ::rmupdate::get_firmware_info {} {
 | 
			
		||||
		set url ""
 | 
			
		||||
		catch { set url $downloads($v) }
 | 
			
		||||
		set info_url "${release_url}/tag/${v}"
 | 
			
		||||
		if {$experimental == "true"} {
 | 
			
		||||
			set info_url "${release_url}/tag/snapshots"
 | 
			
		||||
		}
 | 
			
		||||
		append json "\{\"version\":\"${v}\",\"installed\":${installed},\"latest\":${latest},\"experimental\":${experimental},\"supported\":${supported},\"url\":\"${url}\",\"info_url\":\"${info_url}\",\"image\":\"${image}\"\},"
 | 
			
		||||
		set latest "false"
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user