We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2a8e3 commit 5f53d86Copy full SHA for 5f53d86
src/Drivers/Electron/Commands/BuildCommand.php
@@ -80,7 +80,7 @@ private function buildBundle(): void
80
81
$this->newLine();
82
intro('Copying latest CA Certificate...');
83
- $this->builder->copyCertificateAuthority(path: ElectronServiceProvider::electronPath().'/resources');
+ $this->builder->copyCertificateAuthority(path: ElectronServiceProvider::buildPath());
84
85
86
intro('Copying app icons...');
0 commit comments