nsduiskin-builder
v1.0.1
Published
``` npm i nsduiskin-builder ```
Readme
Install
npm i nsduiskin-builderDevelopment & Build
After installing nsduiskin-builder into the project, you can package custom programs developed using the nsDuiSkin.dll dynamic library.
{
"scripts": {
"build": "nsduiskin-builder [options]"
}
}options
Description of command parameters is supported:
- builderExe: On for application packaging, default is false. After opening, there must be a corresponding unpacked program folder.
- buildUnload: Enabled will generate the uninstaller in the directory after installation. The default value is false
- templateFile: nsDuiSkin template folder name. If the nsduiskin template folder is not uploaded, the default entry folder is the current directory
- exePath: Path to the unpacked program folder. The default value is the FilesToInstall folder under the project
- nsiFilesName: The name of the nsis package entry file. The default is main.nsis. This file should be placed in the template root directory
