4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Update electron-builder.yml

This commit is contained in:
AlphaX-Projects 2023-05-22 10:49:39 +02:00 committed by GitHub
parent b5c0b27c44
commit 532d1d9bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,15 +109,17 @@ linux:
target:
- "deb"
- "AppImage"
- "snap"
- "rpm"
deb:
artifactName: "Qortal-Setup-arm64.${ext}"
artifactName: "Qortal-Setup-amd64.${ext}"
synopsis: "Qortal UI for Linux"
afterInstall: "./scripts/add-debian-apt-repo.sh"
afterRemove: "./scripts/uninstall-debian-conf.sh"
appImage:
artifactName: "Qortal-Setup-arm64.${ext}"
artifactName: "Qortal-Setup-amd64.${ext}"
snap:
artifactName: "Qortal-Setup-amd64.${ext}"