diff options
| author | ruki <[email protected]> | 2020-01-19 09:37:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-19 09:37:14 +0800 |
| commit | 3509342134d24e31940a8ad71066a764ba664d89 (patch) | |
| tree | 7eff9d690a8b3d34cd98fcf6a3f9085d35ee2516 /scripts/installer.nsi | |
| parent | 6500e9b88e33a0c8b6c25b1471783c340ffc318b (diff) | |
improve self-build with xmake.lua
Diffstat (limited to 'scripts/installer.nsi')
| -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 a1d2b73dd..d5b82e06f 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -232,7 +232,7 @@ Section "XMake (required)" InstallExeutable ; Put file there File /r /x ".DS_Store" /x "*.swp" "..\xmake\*.*" File "..\*.md" - File "..\core\build\xmake.exe" + File "..\build\xmake.exe" File /r /x ".DS_Store" "..\winenv" WriteUninstaller "uninstall.exe" |
