Skip to content

Commit

Permalink
update installer binary paths to match project
Browse files Browse the repository at this point in the history
  • Loading branch information
gurnec committed Jul 9, 2016
1 parent be341e8 commit 667aa45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/HashCheck.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.3.1.7"
Section

GetTempFileName $0
File /oname=$0 ..\bin.x86-32\HashCheck.dll
File /oname=$0 ..\Bin\Win32\Release\HashCheck.dll
ExecWait 'regsvr32 /i /n /s "$0"'
IfErrors abort_on_error
Delete $0
Expand All @@ -94,7 +94,7 @@ Section
${If} ${RunningX64}
${DisableX64FSRedirection}

File /oname=$0 ..\bin.x86-64\HashCheck.dll
File /oname=$0 ..\Bin\x64\Release\HashCheck.dll
ExecWait 'regsvr32 /i /n /s "$0"'
IfErrors abort_on_error
Delete $0
Expand Down

0 comments on commit 667aa45

Please sign in to comment.