Use all targets
This commit is contained in:
parent
baa6b83451
commit
6dd6a69ce9
1 changed files with 5 additions and 5 deletions
|
@ -42,12 +42,12 @@ linux:
|
||||||
description: "A Desktop-Like Experience"
|
description: "A Desktop-Like Experience"
|
||||||
icon: "build/icon.png"
|
icon: "build/icon.png"
|
||||||
target:
|
target:
|
||||||
# - deb # Debian/Ubuntu
|
- deb # Debian/Ubuntu
|
||||||
# - rpm # RHEL/Fedora
|
- rpm # RHEL/Fedora
|
||||||
# - freebsd
|
- freebsd
|
||||||
# - pacman # For Arch
|
- pacman # For Arch
|
||||||
- AppImage
|
- AppImage
|
||||||
# - snap
|
- snap
|
||||||
|
|
||||||
snap:
|
snap:
|
||||||
allowNativeWayland: true
|
allowNativeWayland: true
|
||||||
|
|
Reference in a new issue