Update README.MD

This commit is contained in:
Namhyeon Go 2024-07-20 16:35:22 +09:00 committed by GitHub
parent ce591bd9a7
commit a6b77826d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
* Description: WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
* Website: https://github.com/gnh1201/welsonjs
* Last updated: 2024-01-27
* NOTE: The binaries listed here are for special purpose users, and regular users do not need them.
* ***NOTE***: The binaries listed here are for special purpose users, and regular users do not need them.
## Recommended packages
* WelsonJS.Toolkit (WelsonJS native component) [x64](https://github.com/gnh1201/welsonjs/raw/master/bin/x64/WelsonJS.Toolkit.dll) [x86](https://github.com/gnh1201/welsonjs/raw/master/bin/x86/WelsonJS.Toolkit.dll)
@ -17,7 +17,7 @@
* I recommend using [PeaZip](https://peazip.github.io/) or [7-Zip](https://www.7-zip.org/). I will provide an update to work with these software soon.
* LZ77 (aka. MsCompress) algorithm supports its own implementation within this project.
* Embeddable Python
* Python Windows embeddable package [3.10.2] (***NOTE***: This will soon be migrated to [Caterpillar Proxy](https://github.com/gnh1201/caterpillar))
* Python Windows embeddable package [3.10.2] - ***NOTE***: This will soon be migrated to [Caterpillar Proxy(https://github.com/gnh1201/caterpillar))
* Preconfigured `Embedded Python` for WelsonJS [zip](https://pub-f926e14287b340cd9eff33731bb25329.r2.dev/welsonjs-preconfigured-python-3.10.2-embed.zip) [7z](https://pub-f926e14287b340cd9eff33731bb25329.r2.dev/welsonjs-preconfigured-python-3.10.2-embed.7z)
* [64-bit](https://www.python.org/downloads/release/python-3102/)
* [32-bit](https://www.python.org/downloads/release/python-3102/)