utils/win: tie window caching to version
This commit is contained in:
parent
3e027d59f2
commit
3291e197af
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports = (o, n) => {
|
|||
} catch { }
|
||||
});
|
||||
|
||||
w.loadURL('https://cdn.openasar.dev/' + n);
|
||||
w.loadURL('https://cdn.openasar.dev/' + n + '?v=' + oaVersion);
|
||||
|
||||
return w;
|
||||
};
|
Loading…
Reference in a new issue