Skip to content

Commit 0b2f1de

Browse files
committed
fix default cleanup paths
1 parent 3cb397f commit 0b2f1de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Electron/Traits/CopiesToBuildDirectory.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ abstract protected function sourcePath(string $path = ''): string;
4848
'storage/hot',
4949

5050
// Only needed for local testing
51-
'vendor/nativephp/electron/resources',
52-
'vendor/nativephp/electron/vendor',
53-
'vendor/nativephp/electron/bin',
51+
'vendor/nativephp/laravel/resources',
5452
'vendor/nativephp/laravel/vendor',
5553
'vendor/nativephp/php-bin',
5654

0 commit comments

Comments
 (0)