build: config electron package & build
This commit is contained in:
@@ -11,6 +11,15 @@ const config: ForgeConfig = {
|
||||
packagerConfig: {
|
||||
asar: true,
|
||||
icon: './assets/flowy',
|
||||
appBundleId: 'live.flowy.llink',
|
||||
extendInfo: {
|
||||
NSMicrophoneUsageDescription: 'llink needs microphone access to record audio messages.',
|
||||
NSCameraUsageDescription: 'llink needs camera access to record video messages.',
|
||||
},
|
||||
osxSign: {},
|
||||
osxNotarize: {
|
||||
keychainProfile: 'default',
|
||||
}
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
|
||||
Reference in New Issue
Block a user