mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
disable asar
This commit is contained in:
parent
ef31d6d666
commit
b330fe868e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
module.exports = {
|
||||
appId: 'xyz.tea.gui',
|
||||
productName: 'tea',
|
||||
asar: true,
|
||||
asar: false,
|
||||
directories: { output: 'dist' },
|
||||
files: ['src/electron.cjs', { from: 'build', to: '' }]
|
||||
// TODO: if xcrun altool exists eventually in our self-hosted macos
|
||||
|
|
Loading…
Reference in a new issue