mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
add params
This commit is contained in:
parent
89985102d4
commit
0817415d70
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
asar: true,
|
||||
directories: { output: 'dist' },
|
||||
files: ['src/electron.cjs', { from: 'build', to: '' }],
|
||||
afterSign: async (ctx) => {
|
||||
afterSign: async (params) => {
|
||||
if (process.platform !== 'darwin') {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue