added ClearErrors so an error will truly come from File as expected
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4600 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6a21109107
commit
4899ab09c9
1 changed files with 1 additions and 0 deletions
|
@ -488,6 +488,7 @@
|
|||
|
||||
"installlib.file_${INSTALLLIB_UNIQUE}:"
|
||||
SetFileAttributes $R0 FILE_ATTRIBUTE_NORMAL
|
||||
ClearErrors
|
||||
File /oname=$R0 "${LOCALFILE}"
|
||||
Return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue