Browse Source

Enabled new windows update method

causefx 7 years ago
parent
commit
bce7e039af
1 changed files with 4 additions and 0 deletions
  1. 4 0
      js/functions.js

+ 4 - 0
js/functions.js

@@ -3294,6 +3294,10 @@ function updateNow(){
     if(activeInfo.settings.misc.docker){
         dockerUpdate();
         return false;
+    }
+    if(activeInfo.serverOS === 'win'){
+        windowsUpdate();
+        return false;
     }
 	console.log('Organizr Function: Starting Update Process');
 	$(updateBar()).appendTo('.organizr-area');