diff options
| author | ruki <[email protected]> | 2017-03-23 09:49:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-23 09:49:07 +0800 |
| commit | dcf38006d36ec96bbc20be32f97ceb7b5f176821 (patch) | |
| tree | 423b0feafb6a7ce1f733fcd44881b049855caa48 /scripts | |
| parent | 1bdf43c3a7fcd6aa578e2b293664f0db80ebd058 (diff) | |
improve vs201x project plugin and add set_basename api
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index cc906cb69..85cdb3342 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -70,11 +70,8 @@ Section "xmake (required)" Installer ; Put file there
File /r /x ".DS_Store" "..\xmake\*.*"
File "..\*.md"
- File "..\core\build\demo.exe"
+ File "..\core\build\xmake.exe"
- ; Rename file
- Rename "$INSTDIR\demo.exe" "$INSTDIR\xmake.exe"
-
; Write the installation path into the registry
WriteRegStr HKLM SOFTWARE\NSIS_xmake "Install_Dir" "$INSTDIR"
|
