utils/win: tie window caching to version

This commit is contained in:
Ducko 2022-09-28 19:39:22 +01:00
parent 3e027d59f2
commit 3291e197af
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};