laravel
laravel copied to clipboard
When building for Windows - The "path" argument must be of type string.
What were you trying to do?
Doing a php artisan native:build win x64 generates a JavaScript error when executing electron-builder.js
What happened?
This error is generated:
How to reproduce the bug
I tracked the error down to this line in electron-builder.js
Commenting out the minify command, and re-building resulted in no errors being generated.
I then manually reverted this change from 0.6.3 -> 0.6.4 and it also built without issue.
Package Versions
0.6.4 & 0.6.5
PHP Version
8.3.8
Laravel Version
10.48
Node Version
21.7
Which operating systems have you seen this occur on?
Windows
OS version
Win10
Notes
No response