This commit is contained in:
哆啦好梦
2023-03-31 19:49:12 +08:00
parent 13aa9c24ec
commit b239556e2a
3 changed files with 35 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ module.exports = (appInfo) => {
//preload: path.join(appInfo.baseDir, 'preload', 'bridge.js'),
},
frame: true,
show: true,
show: false,
icon: path.join(appInfo.home, 'public', 'images', 'logo-32.png'),
};