Merge pull request #541 from brunohpaiva/feature/rpm-build

Add RPM linux build target
This commit is contained in:
Anoop M D 2023-10-12 14:12:32 +05:30 committed by GitHub
commit 816496246b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
node_modules
web
out
dist
.env
// certs

View File

@ -32,7 +32,7 @@ const config = {
linux: {
artifactName: '${name}_${version}_${arch}_linux.${ext}',
icon: 'resources/icons/png',
target: ['AppImage', 'deb', 'snap']
target: ['AppImage', 'deb', 'snap', 'rpm']
},
win: {
artifactName: '${name}_${version}_${arch}_win.${ext}',