mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-22 02:41:23 +01:00
fix electron-builder config (#1178)
This commit is contained in:
parent
0f1d497287
commit
ca5e552b1b
@ -53,9 +53,9 @@ const config = {
|
|||||||
minimumSystemVersion: "10.15.0",
|
minimumSystemVersion: "10.15.0",
|
||||||
mergeASARs: true,
|
mergeASARs: true,
|
||||||
singleArchFiles: "dist/bin/wavesrv.*",
|
singleArchFiles: "dist/bin/wavesrv.*",
|
||||||
plist: {
|
extendInfo: {
|
||||||
NSMicrophoneUsageDescription:
|
NSMicrophoneUsageDescription:
|
||||||
"This app requires microphone access to enable audio input for terminal applications.",
|
"This app requires microphone access if you'd like to enable audio input for terminal applications.",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
|
Loading…
Reference in New Issue
Block a user