GetFullPathName -> SearchPath
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2344 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
84d1984c25
commit
56a72f8fcb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Function GetInstallerExeName
|
|||
IntOp $R2 $R2 - $R1
|
||||
StrCpy $R0 $CMDLINE $R2 $R1
|
||||
|
||||
GetFullPathName $R0 $R0 ; expand file name to full path
|
||||
SearchPath $R0 $R0 ; expand file name to full path
|
||||
|
||||
Pop $R2
|
||||
Pop $R1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue