Skip to content

Commit

Permalink
Fix suffix on non-beta installers.
Browse files Browse the repository at this point in the history
git-svn-id: https://www.williamfeely.info/svn/dxgl@855 8a90861a-4eca-46d5-b744-240ff16d0c4d
  • Loading branch information
dxgldotorg committed Sep 3, 2018
1 parent cff2a30 commit 50cc7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/dxgl.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ OutFile "DXGL-${PRODUCT_VERSION}-Pre-${PRODUCT_REVISION}-win32${PRODUCT_SUFFIX}.
!endif
!else
!ifdef _DEBUG
OutFile "DXGL-${PRODUCT_VERSION}-win32-Debug.exe"
OutFile "DXGL-${PRODUCT_VERSION}-win32-Debug${PRODUCT_SUFFIX}.exe"
!else
OutFile "DXGL-${PRODUCT_VERSION}-win32.exe"
OutFile "DXGL-${PRODUCT_VERSION}-win32${PRODUCT_SUFFIX}.exe"
!endif
!endif
InstallDir "$PROGRAMFILES\DXGL"
Expand Down

0 comments on commit 50cc7eb

Please sign in to comment.