DXGL r855 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r854
|
r855
|
r856
>
Date:
14:13, 3 September 2018
Author:
admin
Status:
new
Tags:
Comment:
Fix suffix on non-beta installers.
Modified paths:
/Installer/dxgl.nsi
(modified) (
history
)
Diff
[
purge
]
Index: Installer/dxgl.nsi
—
—
@@ -140,9 +140,9 @@
141
141
!endif
142
142
!else
143
143
!ifdef _DEBUG
144
-OutFile "DXGL-${PRODUCT_VERSION}-win32-Debug.exe"
144
+OutFile "DXGL-${PRODUCT_VERSION}-win32-Debug${PRODUCT_SUFFIX}.exe"
145
145
!else
146
-OutFile "DXGL-${PRODUCT_VERSION}-win32.exe"
146
+OutFile "DXGL-${PRODUCT_VERSION}-win32${PRODUCT_SUFFIX}.exe"
147
147
!endif
148
148
!endif
149
149
InstallDir "$PROGRAMFILES\DXGL"
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version