DXGL r846 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r845‎ | r846 | r847 >
Date:00:47, 18 August 2018
Author:admin
Status:new
Tags:
Comment:
Fix removal of dxgl.chm and dxgl-example.ini in the uninstaller.
Modified paths:
  • /Installer/dxgl.nsi (modified) (history)

Diff [purge]

Index: Installer/dxgl.nsi
@@ -389,6 +389,8 @@
390390 Delete "$INSTDIR\ddraw.dll"
391391 Delete "$INSTDIR\dxglcfg.exe"
392392 Delete "$INSTDIR\dxgltest.exe"
 393+ Delete "$INSTDIR\dxgl.chm"
 394+ Delete "$INSTDIR\dxgl-example.ini"
393395
394396 Delete "$SMPROGRAMS\DXGL\Uninstall.lnk"
395397 Delete "$SMPROGRAMS\DXGL\Website.lnk"