aj-techsoul / ELECTRON-4-PHP

An easiest way to use php in electron
MIT License
202 stars 46 forks source link

Great additional tool to make Electron compatible with PHP. #52

Open Lazarus132 opened 5 months ago

Lazarus132 commented 5 months ago

My question is, I know that it is not possible to use the application with a file generated by Electron Builder Asar, but even in the files generated by the builder, the regular NPM and Yarn commands work, is it possible to install the NPM command line program into the program itself to run the code on any machine using vbs?

Lazarus132 commented 5 months ago

Ultimately, I plan to write a VBS file with the code to hide the console window after it has been completed with "yarn make", or "npm run make", and put these files into an MSIX installation file for the Microsoft Store. Unfortunately, this approach only works on the computer on which I have already installed Yarn & NPM.