mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
Merge pull request #541 from brunohpaiva/feature/rpm-build
Add RPM linux build target
This commit is contained in:
commit
816496246b
1
packages/bruno-electron/.gitignore
vendored
1
packages/bruno-electron/.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
node_modules
|
||||
web
|
||||
out
|
||||
dist
|
||||
.env
|
||||
|
||||
// certs
|
||||
|
@ -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}',
|
||||
|
Loading…
Reference in New Issue
Block a user