update/update.js.in
changeset 107 6ae203c8b28d
parent 24 2b9f54d14cc2
     1.1 --- a/update/update.js.in	Sat Nov 15 19:04:45 2014 +0000
     1.2 +++ b/update/update.js.in	Tue Jun 29 10:08:58 2021 +0100
     1.3 @@ -49,7 +49,8 @@
     1.4      {
     1.5  	path = FileSystemObject.BuildPath(install_prefix,
     1.6  	  "bin\\app-manager.exe");
     1.7 -	WshShell.Run("\"" + path + "\" --update \"" + ScriptPath + "\"");
     1.8 +	WshShell.Run("\"" + path + "\" --paths "
     1.9 +	  + "--update \"" + ScriptPath + "\"");
    1.10      }
    1.11      else
    1.12      {