Version 2.4.2 - Change Logo Version
This commit is contained in:
		@@ -26,7 +26,6 @@ module.exports.checkUpdate = () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    log.update("Verification des mises a jour ... Processing !")
 | 
					    log.update("Verification des mises a jour ... Processing !")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    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))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -58,12 +57,8 @@ function selfUpdate() {
 | 
				
			|||||||
    var settings = getSettings()
 | 
					    var settings = getSettings()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const win = BWin.getFocusedWindow()
 | 
					    const win = BWin.getFocusedWindow()
 | 
				
			||||||
    var link = "https://git.raphix.fr/subsonics/manager/archive/stable.tar.gz"
 | 
					    var link = "https://git.raphix.fr/subsonics/manager/archive/main.tar.gz"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if(settings.canaldev == true) {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        link = "https://git.raphix.fr/subsonics/manager/archive/main.tar.gz"
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    win.loadFile("templates/update/update.html")
 | 
					    win.loadFile("templates/update/update.html")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user