diff options
| author | ruki <[email protected]> | 2017-09-14 22:52:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-14 11:14:55 +0800 |
| commit | 8c37044233447d2d6559d598454650ff53db0ceb (patch) | |
| tree | 8a79c926df0ac7b265d969d2e04275b643869f2c /scripts | |
| parent | 9b5dfae7e222ad3cdd293cbc962b6b9dc96590a6 (diff) | |
improve statistics
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 c87019b20..c7d17e896 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -79,7 +79,7 @@ Section "xmake (required)" Installer SetOutPath $INSTDIR
; Put file there
- File /r /x ".DS_Store" "..\xmake\*.*"
+ 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
|
