Updated Launcher (markdown)

Namhyeon Go 2024-09-23 02:25:18 +09:00
parent 8ba6c7aa6c
commit 9a82d5a652

@ -4,9 +4,15 @@ This page explains how to run a WelsonJS Application Package (ZIP file) using th
### Step 1. Run the `WelsonJS.Launcher.exe` file and select the app location.
The WelsonJS Launcher supports both local app files and external app files (a feature to download app files from the network, which will be supported in the future). Select the appropriate option.
![image](https://github.com/user-attachments/assets/d3339f08-ab36-4a35-81b5-9959bcf315fa)
![WelsonJS.Launcher.exe screenshot 1](https://github.com/user-attachments/assets/d3339f08-ab36-4a35-81b5-9959bcf315fa)
The following explains the meaning of each checkbox (option):
* **"I want to use a specific script"**: The default entry point file is `bootstrap.js`. Select this checkbox if you want to change it and set a different file as the entry point. Enter only the file name, excluding the extension.
* **"This is an Interactive Service Application"**: Select this checkbox if the app you are running is a service app and needs to operate in User Interactive mode.
### Step 2. Choose the app file (zip file)
If you selected a local app file, a dialog window will open where you can choose your app file (zip file). Select your app file and click Open.
![image](https://github.com/user-attachments/assets/22ce46a9-a324-408a-9729-1ccd3bbf50e9)
![WelsonJS.Launcher.exe screenshot 2](https://github.com/user-attachments/assets/22ce46a9-a324-408a-9729-1ccd3bbf50e9)