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:
|
target:
|
||||||
- "snap"
|
- "snap"
|
||||||
- "AppImage"
|
- "AppImage"
|
||||||
- "rpm"
|
|
||||||
|
|
||||||
snap:
|
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"
|
confinement: "strict"
|
||||||
|
|
||||||
# Update Server
|
# Update Server
|
Reference in a new issue