|
@@ -113,6 +113,9 @@ jobs:
|
|
|
configure_sys_tccdb "$values"
|
|
|
fi
|
|
|
done
|
|
|
+ - name: Turn off the unexpectedly quit dialog on macOS
|
|
|
+ if: ${{ inputs.target-platform == 'macos' }}
|
|
|
+ run: defaults write com.apple.CrashReporter DialogType server
|
|
|
- name: Checkout Electron
|
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
with:
|