mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 23:54:24 +00:00
feat(electron): add pkg configuration for installation location and relocatability (#8403)
This commit is contained in:
@@ -110,6 +110,10 @@ const config = {
|
||||
allowElevation: true,
|
||||
createDesktopShortcut: true,
|
||||
createStartMenuShortcut: true
|
||||
},
|
||||
pkg: {
|
||||
installLocation: '/Applications',
|
||||
isRelocatable: false
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user