mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
complete ebrowser app update
This commit is contained in:
parent
c3173e0f97
commit
070d64e7e2
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ async function updateApp(url){//url must ending with "/"
|
|||
}
|
||||
let nVer;
|
||||
{
|
||||
let ver = process.versions;
|
||||
let ver = app.getVersion();
|
||||
let iS = ver.lastIndexOf('.');
|
||||
nVer = parseInt(ver.substring(iS+1));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue