1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 05:03:33 +00:00

remove sandbox feature flag and refactor to use bool

This commit is contained in:
John Harrington
2025-12-02 10:03:03 -07:00
parent 618d1dc1cb
commit b58207e409
11 changed files with 36 additions and 39 deletions

View File

@@ -1688,9 +1688,6 @@ jobs:
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
working-directory: apps/desktop/desktop_native
env:
# required to bypass sandbox (MAS only)
SANDBOX_BUILD: 1
run: node build.js cross-platform
- name: Build