Skip to content

Commit

Permalink
Forgot to update installer paths.
Browse files Browse the repository at this point in the history
git-svn-id: http://better-oblivion-sorting-software.googlecode.com/svn@4142 bfee223e-1fc4-11de-b650-e715bd6d7cf1
  • Loading branch information
Ortham committed Apr 6, 2012
1 parent 0142f1c commit 1314955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BOSS.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1314955

Please sign in to comment.