bugfix: 修复已知bug

This commit is contained in:
muwoo
2021-08-17 15:10:35 +08:00
parent c4f66ee98c
commit ea78658bfd
6 changed files with 219 additions and 14 deletions

View File

@@ -252,6 +252,10 @@ window.rubick = {
isWindows() {
return os.type() === 'Windows_NT';
},
shellOpenPath(path) {
shell.openPath(path)
}
}
const preloadPath = getQueryVariable('preloadPath') || './preload.js';