mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build: update sentry cli for m1 support (#38704)
This commit is contained in:
@@ -51,7 +51,7 @@ def main():
|
||||
npx_env = os.environ.copy()
|
||||
npx_env['npm_config_yes'] = 'true'
|
||||
subprocess.check_output([
|
||||
NPX_CMD, '@sentry/cli@1.51.1', 'difutil', 'bundle-sources',
|
||||
NPX_CMD, '@sentry/cli@1.62.0', 'difutil', 'bundle-sources',
|
||||
symbol_file], env=npx_env)
|
||||
|
||||
files += glob.glob(SYMBOLS_DIR + '/*/*/*.src.zip')
|
||||
|
||||
Reference in New Issue
Block a user