Fix the annoying gap in the OpenGL configuration dialog in the "General" tab between...
[dolphin.git] / Installer / GetSVNRev.nsi
blobc9f0c166d7912ae5825bfaefc4e366c73a92c52f
1 OutFile "GetSVNRev.exe"
2 SilentInstall silent
4 Section
5 ; Create template for SubWCRev
6 FileOpen $R0 "svnrev_template.txt" w
7 FileWrite $R0 '!define PRODUCT_VERSION "$$WCREV$$"'
8 FileClose $R0
9 ; Make a file with only rev # in it
10 Exec "..\Source\Core\Common\SubWCRev.exe ..\ svnrev_template.txt svnrev.txt"
11 SectionEnd