forked from extern/bruno
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
|
node_modules
|
||||||
web
|
web
|
||||||
out
|
out
|
||||||
|
dist
|
||||||
.env
|
.env
|
||||||
|
|
||||||
// certs
|
// certs
|
||||||
|
@ -32,7 +32,7 @@ const config = {
|
|||||||
linux: {
|
linux: {
|
||||||
artifactName: '${name}_${version}_${arch}_linux.${ext}',
|
artifactName: '${name}_${version}_${arch}_linux.${ext}',
|
||||||
icon: 'resources/icons/png',
|
icon: 'resources/icons/png',
|
||||||
target: ['AppImage', 'deb', 'snap']
|
target: ['AppImage', 'deb', 'snap', 'rpm']
|
||||||
},
|
},
|
||||||
win: {
|
win: {
|
||||||
artifactName: '${name}_${version}_${arch}_win.${ext}',
|
artifactName: '${name}_${version}_${arch}_win.${ext}',
|
||||||
|
Loading…
Reference in New Issue
Block a user