diff options
| author | ruki <[email protected]> | 2017-08-15 09:28:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-15 09:28:18 +0800 |
| commit | 19cc317957ebc1aa4654cff37118c74a0cfabe70 (patch) | |
| tree | 022cc876559ab22520d741cc7fea54a5df90f66b /scripts | |
| parent | fc36f863208e53585aab9832ca7768b4b28b3c71 (diff) | |
put winenv dir to installer.nsi
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index a61051630..6e0099f78 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -82,6 +82,7 @@ Section "xmake (required)" Installer File /r /x ".DS_Store" "..\xmake\*.*"
File "..\*.md"
File "..\core\build\xmake.exe"
+ File /r /x ".DS_Store" "..\winenv" ; put bin\unzip, bin\curl
; Write the installation path into the registry
WriteRegStr HKLM SOFTWARE\NSIS_xmake "Install_Dir" "$INSTDIR"
|
