diff options
| author | ruki <[email protected]> | 2019-06-15 00:34:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-14 21:24:54 +0800 |
| commit | cd6e27d1392acbc56366561fda2bf939e492f16a (patch) | |
| tree | 37406ffd235fb4a8e124ea50e49fc99df46fc6a5 /scripts | |
| parent | 7832cdea276c9699d2b708b3e02ff1d5d443f138 (diff) | |
fix installer.nsi comment and improve http
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index a24d12ab5..14e64700f 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -119,7 +119,7 @@ Section "xmake (required)" Installer File /r /x ".DS_Store" /x "*.swp" "..\xmake\*.*"
File "..\*.md"
File "..\core\build\xmake.exe"
- File /r /x ".DS_Store" "..\winenv" ; put bin\unzip, bin\curl
+ File /r /x ".DS_Store" "..\winenv"
; Write the installation path into the registry
WriteRegStr HKLM SOFTWARE\NSIS_xmake "Install_Dir" "$INSTDIR"
|
