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 b5b7972 commit 27c864eCopy full SHA for 27c864e
src/Commands/BundleCommand.php
@@ -14,6 +14,7 @@
14
use Native\Electron\Traits\HandlesZephpyr;
15
use Native\Electron\Traits\HasPreAndPostProcessing;
16
use Native\Electron\Traits\InstallsAppIcon;
17
+use Native\Electron\Traits\LocatesPhpBinary;
18
use Native\Electron\Traits\PrunesVendorDirectory;
19
use Native\Electron\Traits\SetsAppName;
20
use Symfony\Component\Finder\Finder;
@@ -28,6 +29,7 @@ class BundleCommand extends Command
28
29
use HandlesZephpyr;
30
use HasPreAndPostProcessing;
31
use InstallsAppIcon;
32
+ use LocatesPhpBinary;
33
use PrunesVendorDirectory;
34
use SetsAppName;
35
0 commit comments