How to run the selected web file? #4
-
It will be nice to have the possibility to start the process with parameters that point to a direct .html file inside /www folder. So when the app starts it will open that page. Is it possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I apology to not answer you sooner. I didn't see you post. You can't pass a filename as parameter after the binary. But you can open PHP Desktop to a specific filename by changing the web_server and index_files property in the settings.json file located in the same directory than the binary. If you need, you can contribute to the project by sending my a pull request. |
Beta Was this translation helpful? Give feedback.
I apology to not answer you sooner. I didn't see you post.
You can't pass a filename as parameter after the binary. But you can open PHP Desktop to a specific filename by changing the web_server and index_files property in the settings.json file located in the same directory than the binary.
If you need, you can contribute to the project by sending my a pull request.