mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
lint
This commit is contained in:
parent
020d384fb2
commit
ef31d6d666
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module.exports = {
|
|||
productName: 'tea',
|
||||
asar: true,
|
||||
directories: { output: 'dist' },
|
||||
files: ['src/electron.cjs', { from: 'build', to: '' }],
|
||||
files: ['src/electron.cjs', { from: 'build', to: '' }]
|
||||
// TODO: if xcrun altool exists eventually in our self-hosted macos
|
||||
// SOLUTION: is notarize separately in next pipeline step
|
||||
// afterSign: async (params) => {
|
||||
|
|
Loading…
Reference in a new issue