Skip to content

Commit

Permalink
[WIN32] changed: don't use a hash in a filename.
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a320c0)
  • Loading branch information
WiSo authored and theuni committed Feb 7, 2011
1 parent 16d5b16 commit 72b341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/BuildSetup.bat
Expand Up @@ -221,7 +221,7 @@ IF %comp%==vs2008 (
call genNsisIncludes.bat
ECHO ------------------------------------------------------------
CALL extract_git_rev.bat
SET GIT_REV=#%GIT_REV%
SET GIT_REV=_%GIT_REV%
SET XBMC_SETUPFILE=XBMCSetup-Rev%GIT_REV%-%target%.exe
ECHO Creating installer %XBMC_SETUPFILE%...
IF EXIST %XBMC_SETUPFILE% del %XBMC_SETUPFILE% > NUL
Expand Down

0 comments on commit 72b341c

Please sign in to comment.