gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
https://catswords.social/@catswords_oss
GNU General Public License v3.0
229 stars 15 forks source link

[Launcher] Method for Registering and Passing Arguments #149

Open gnh1201 opened 1 month ago

gnh1201 commented 1 month ago

Summary

The launcher app supports the execution of a packaged (zipped) WelsonJS application. A method is needed for the Launcher to register and pass custom arguments.

It would be ideal if not only strings but also files could be supported as types of passable arguments.

gnh1201 commented 1 month ago

It is difficult to modify variables when the application is in a packaged state (zip file). Therefore, we plan to update the Launcher app to allow users to specify custom variables. Here is a screenshot of this new feature that will be implemented.

image