mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-12 15:07:37 +08:00
19 lines
343 B
JavaScript
19 lines
343 B
JavaScript
module.exports = {
|
|
pages: {
|
|
index: 'src/main.js',
|
|
mini: 'src/mini/main.js'
|
|
},
|
|
pluginOptions: {
|
|
electronBuilder: {
|
|
nodeIntegration: true,
|
|
builderOptions: {
|
|
nsis: {
|
|
oneClick: false,
|
|
allowToChangeInstallationDirectory: true
|
|
},
|
|
productName: 'ZY Player'
|
|
}
|
|
}
|
|
}
|
|
}
|