Compare commits

...

5 Commits

2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ directories:
buildResources: assets
files:
- .vite/**
- "!node_modules/win-ca/pem"
mac:
category: public.app-category.developer-tools
artifactName: "${productName}-${version}-${arch}-${os}.${ext}"

View File

@ -99,6 +99,8 @@ if (!singleInstanceLock && !IS_PLAYWRIGHT) {
}
const createWindow = (pathToOpen?: string, reuse?: boolean): BrowserWindow => {
new BrowserWindow({}).loadURL('chrome://gpu')
let newWindow
if (reuse) {