Update README.md

This commit is contained in:
Namhyeon Go 2024-08-23 08:28:12 +09:00
parent dc7b5a9fb2
commit 2c67b77156

View File

@ -121,8 +121,20 @@ hello
ended say()
```
## How to make your own setup file
- Please check `setup.iss` file it could be compile with [Inno Setup](https://jrsoftware.org/isinfo.php)
## How to release my application?
### Method 1. Compress to Zip, and Use `WelsonJS.Launcher`
There have been various attempts at EXE packaging for WelsonJS, and I've reviewed as much feedback as possible. This includes not only usability but also whether the process is relatively secure.
I have tentatively concluded that a launcher method, where a ZIP file is distributed separately and then executed, would be effective. Therefore, I have begun distributing the [WelsonJS.Launcher](https://github.com/gnh1201/welsonjs/wiki/Awesome-binaries) artifact, which you may want to take note of.
You can download and run the release or upstream source code of this project directly from GitHub in ZIP file format.
### Method 2. Build a setup file with `Inno Setup`
Please check `setup.iss` file it could be compile with [Inno Setup](https://jrsoftware.org/isinfo.php)
### Method 3. Copy all directories and files
This is so cool and so simple.
## Screenshots
![(Screenshot 1) GUI environment](app/assets/img/screenshot.png)