mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
feat: electron build for linux
This commit is contained in:
@@ -59,6 +59,7 @@ export const loadCollectionsFromIdb = () => (dispatch) => {
|
||||
|
||||
export const openLocalCollectionEvent = (uid, pathname) => (dispatch, getState) => {
|
||||
const localCollection = {
|
||||
version: "1",
|
||||
uid: uid,
|
||||
name: path.basename(pathname),
|
||||
pathname: pathname,
|
||||
|
||||
@@ -22,3 +22,9 @@ mac:
|
||||
hardenedRuntime: true
|
||||
entitlements: resources/entitlements.mac.plist
|
||||
entitlementsInherit: resources/entitlements.mac.plist
|
||||
linux:
|
||||
artifactName: ${name}_${version}_${arch}_linux.${ext}
|
||||
icon: resources/icons/png
|
||||
target:
|
||||
- AppImage
|
||||
- deb
|
||||
Reference in New Issue
Block a user