chore: Better typing for preload.ts (#1055)
This commit is contained in:
@@ -98,7 +98,7 @@ const createLauncher = () => {
|
||||
frame: false,
|
||||
transparent: false,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
preload: path.join(__dirname, 'preload.ts'),
|
||||
additionalArguments: [JSON.stringify(appConfig)],
|
||||
partition: 'persist:goose',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user