This commit is contained in:
neil 2023-02-02 16:13:26 +08:00
parent 020d384fb2
commit ef31d6d666

View file

@ -7,7 +7,7 @@ module.exports = {
productName: 'tea', productName: 'tea',
asar: true, asar: true,
directories: { output: 'dist' }, 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 // TODO: if xcrun altool exists eventually in our self-hosted macos
// SOLUTION: is notarize separately in next pipeline step // SOLUTION: is notarize separately in next pipeline step
// afterSign: async (params) => { // afterSign: async (params) => {