Update electron-builder.yml
This commit is contained in:
parent
b5c0b27c44
commit
532d1d9bde
@ -109,15 +109,17 @@ linux:
|
|||||||
target:
|
target:
|
||||||
- "deb"
|
- "deb"
|
||||||
- "AppImage"
|
- "AppImage"
|
||||||
|
- "snap"
|
||||||
|
- "rpm"
|
||||||
|
|
||||||
deb:
|
deb:
|
||||||
artifactName: "Qortal-Setup-arm64.${ext}"
|
artifactName: "Qortal-Setup-amd64.${ext}"
|
||||||
synopsis: "Qortal UI for Linux"
|
synopsis: "Qortal UI for Linux"
|
||||||
afterInstall: "./scripts/add-debian-apt-repo.sh"
|
afterInstall: "./scripts/add-debian-apt-repo.sh"
|
||||||
afterRemove: "./scripts/uninstall-debian-conf.sh"
|
afterRemove: "./scripts/uninstall-debian-conf.sh"
|
||||||
|
|
||||||
appImage:
|
appImage:
|
||||||
artifactName: "Qortal-Setup-arm64.${ext}"
|
artifactName: "Qortal-Setup-amd64.${ext}"
|
||||||
|
|
||||||
snap:
|
snap:
|
||||||
artifactName: "Qortal-Setup-amd64.${ext}"
|
artifactName: "Qortal-Setup-amd64.${ext}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user