Skip to content

Commit 5f53d86

Browse files
committed
fix broken path
1 parent ae2a8e3 commit 5f53d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/Electron/Commands/BuildCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private function buildBundle(): void
8080

8181
$this->newLine();
8282
intro('Copying latest CA Certificate...');
83-
$this->builder->copyCertificateAuthority(path: ElectronServiceProvider::electronPath().'/resources');
83+
$this->builder->copyCertificateAuthority(path: ElectronServiceProvider::buildPath());
8484

8585
$this->newLine();
8686
intro('Copying app icons...');

0 commit comments

Comments
 (0)