feat(electron): add pkg configuration for installation location and relocatability (#8403)

This commit is contained in:
Sid
2026-06-29 13:35:11 +05:30
committed by GitHub
parent 87f74262bb
commit 1c9355e49e

View File

@@ -110,6 +110,10 @@ const config = {
allowElevation: true,
createDesktopShortcut: true,
createStartMenuShortcut: true
},
pkg: {
installLocation: '/Applications',
isRelocatable: false
}
};