win32: Installer installs *.oc? instead of *.c4?

Günther Brammer 2011-09-20 18:41:56 +02:00
parent 7f36c3435c
commit 65f21dbf8a
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Section "MainSection" SEC01
File "*.dll"
File "*.c4?"
File "*.oc?"
File "AUTHORS"
File "COPYING"
@ -173,7 +173,7 @@ Section Uninstall
Delete "$INSTDIR\*.dll"
Delete "$INSTDIR\*.c4?"
Delete "$INSTDIR\*.oc?"
Delete "$INSTDIR\AUTHORS"
Delete "$INSTDIR\COPYING"