安装包

使用 NSIS 打安装包。

https://nsis.sourceforge.io/Main_Page

教程:

https://gist.github.com/mattiasghodsian/a30f50568792939e35e93e6bc2084c2a

我们把 nsi 脚本和引擎放一起,即:

NSIS
 ├── HEngine
 │   ├── Engine 
 │   │   ├── Binaries
 │   │   ├── Resources
 │   │   └── Tools
 │   └── Project
 ├── LICENSE

 └── setup.nsi 

Last updated