mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
nasm.nsi: remove COPYING; add LICENSE
The licensing information has been moved into file LICENSE. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
8ee2e244eb
commit
4ea9cede34
4
nasm.nsi
4
nasm.nsi
@ -50,7 +50,7 @@ Section "${PACKAGE_NAME}"
|
||||
SectionIn RO
|
||||
|
||||
SetOutPath "$INSTDIR\."
|
||||
File "COPYING"
|
||||
File "LICENSE"
|
||||
File "nasm.exe"
|
||||
File "ndisasm.exe"
|
||||
File "doc/nasmdoc.pdf"
|
||||
@ -102,7 +102,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\nasmdoc.pdf"
|
||||
Delete /rebootok "$INSTDIR\nasm.exe"
|
||||
Delete /rebootok "$INSTDIR\ldrdf.exe"
|
||||
Delete /rebootok "$INSTDIR\COPYING"
|
||||
Delete /rebootok "$INSTDIR\LICENSE"
|
||||
RMDir "$INSTDIR"
|
||||
SectionEnd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user