From 13149556e8f7a88478fb54ddf9aad3616425e19e Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Fri, 6 Apr 2012 15:06:12 +0000 Subject: [PATCH] Forgot to update installer paths. git-svn-id: http://better-oblivion-sorting-software.googlecode.com/svn@4142 bfee223e-1fc4-11de-b650-e715bd6d7cf1 --- BOSS.nsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BOSS.nsi b/BOSS.nsi index 6fa54e48..50b8b81d 100644 --- a/BOSS.nsi +++ b/BOSS.nsi @@ -166,8 +166,8 @@ ;Install main executables first. SetOutPath "$INSTDIR" - File "code\boss-cli\trunk\bin\Release-32\BOSS.exe" - File "code\boss-gui\trunk\bin\Release-32\BOSS GUI.exe" + File "code\trunk\bin\Release-32\BOSS.exe" + File "code\trunk\bin\Release-32\BOSS GUI.exe" ;Silently move and remove files from past BOSS installs. ${If} $OB_Path != $Empty @@ -260,8 +260,8 @@ ;Now install API DLLs. SetOutPath "$INSTDIR\API" - File "code\boss-api\trunk\bin\Release-32\boss32.dll" - File "code\boss-api\trunk\bin\Release-64\boss64.dll" + File "code\trunk\bin\Release-32\boss32.dll" + File "code\trunk\bin\Release-64\boss64.dll" ;Now install readme files. SetOutPath "$INSTDIR\Docs"