Move build config to it's own folder
This commit is contained in:
parent
8827de86ef
commit
938b4eb859
1 changed files with 1 additions and 2 deletions
|
@ -50,10 +50,9 @@ linux:
|
|||
target:
|
||||
- "snap"
|
||||
- "AppImage"
|
||||
- "rpm"
|
||||
|
||||
snap:
|
||||
# allowNativeWayland: true # Electron Builder doesn't know this option, yet it's listed in their documentations for Snap. I've submitted an issue: electron-userland/electron-builder #7330
|
||||
allowNativeWayland: true
|
||||
confinement: "strict"
|
||||
|
||||
# Update Server
|
Reference in a new issue