Logo Changé
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "subsonics-manager",
 | 
					  "name": "subsonics-manager",
 | 
				
			||||||
  "version": "2.4.0",
 | 
					  "version": "2.4.1",
 | 
				
			||||||
  "description": "Manager for subsonics",
 | 
					  "description": "Manager for subsonics",
 | 
				
			||||||
  "main": "main.js",
 | 
					  "main": "main.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								src/logo.ico
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/logo.ico
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 257 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								src/logo.png
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/logo.png
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 149 KiB  | 
@@ -26,13 +26,10 @@ module.exports.checkUpdate = () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    log.update("Verification des mises a jour ... Processing !")
 | 
					    log.update("Verification des mises a jour ... Processing !")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if(settings.canaldev == true) {
 | 
					    
 | 
				
			||||||
        fetch("https://git.raphix.fr/subsonics/manager/raw/branch/main/package.json").catch(err => catchError(err)).then(resp => resp.json()).then(resp => checkUpdateProcessing(resp))
 | 
					    fetch("https://git.raphix.fr/subsonics/manager/raw/branch/main/package.json").catch(err => catchError(err)).then(resp => resp.json()).then(resp => checkUpdateProcessing(resp))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    } else {
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        fetch("https://git.raphix.fr/subsonics/manager/raw/branch/stable/package.json").catch(err => catchError(err)).then(resp => resp.json()).then(resp => checkUpdateProcessing(resp))
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user