添加linux支持
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ function createMainWindow() {
|
||||
const win = new BrowserWindow({
|
||||
width: config.mainWindowWidth,
|
||||
height: config.mainWindowHeight,
|
||||
icon: path.resolve(__dirname, './assets/icon.ico'),
|
||||
icon: path.resolve(__dirname, './assets/icon.png'),
|
||||
title: 'Google Translate',
|
||||
show: false,
|
||||
webPreferences: {
|
||||
|
||||
Reference in New Issue
Block a user