aj-techsoul / ELECTRON-4-PHP

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

open folder #18

Closed kev0629 closed 4 years ago

kev0629 commented 4 years ago

hello, I want to know if it's normal that when I use "npm start" it open the app and also the folder where there is the php file ?

aj-techsoul commented 4 years ago

Yes for first time its normal because the .bat file is needs to run in order to get php run in electron.

AJ Kumar

(Founder & CEO)

Mobile : +91 9862542983

Email : techsoul4@gmail.com techsoul4@gmail.comWebsite : www.techsoul.in http://www.techsoul.in/

On Thu, Oct 10, 2019 at 8:06 PM kev0629 notifications@github.com wrote:

hello, I want to know if it's normal that when I use "npm start" it open the app and also the folder where there is the php file ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/18?email_source=notifications&email_token=AGP4QIGNLAAC6K4STM3X7UTQN44WHA5CNFSM4I7N3AZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HQ6PXPQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIDZBEEDI4NRVALN7VTQN44WHANCNFSM4I7N3AZA .

Ente commented 4 years ago

Is there a way to disable or hide it? It's quite annoying that it keeps opening the directory after starting the Electron App.

aj-techsoul commented 4 years ago

Yeah its possible in main.js you need to comment line number 18 in main.js because in line number 134 its already mention. i had kept that for testing purpose btw.