reverted latest change as File already removes the read-only flag

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3943 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-03-31 20:13:47 +00:00
parent 7a3a452d9a
commit 7798a6ab61

View file

@ -396,7 +396,6 @@ Example:
GetTempFileName $R0 $R5
Call :installlib.file_${INSTALLLIB_UNIQUE}
SetFileAttributes $R4 FILE_ATTRIBUTE_NORMAL
Rename /REBOOTOK $R0 $R4
;------------------------