From dcf38006d36ec96bbc20be32f97ceb7b5f176821 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 23 Mar 2017 09:49:07 +0800 Subject: improve vs201x project plugin and add set_basename api --- scripts/installer.nsi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts') 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" -- cgit v1.3.1