1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Update output location of .exe to be in build/ and update version number

This commit is contained in:
Jeff Mitchell
2011-06-18 11:36:30 -04:00
parent c760d26b68
commit 02414e8269
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
108
122

View File

@@ -38,7 +38,7 @@
!ifndef VER_MAJOR && VER_MINOR && VER_BUILD
!define VER_MAJOR "0"
!define VER_MINOR "2"
!define VER_BUILD "0alpha1"
!define VER_BUILD "0prealpha"
!endif
!define VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}"
@@ -54,7 +54,7 @@
Name "Tomahawk"
Caption "Tomahawk Installer"
BrandingText "Tomahawk ${VERSION} -- ${BUILD_TIME}"
OutFile "tomahawk-${VERSION}.exe"
OutFile "${ROOT_PATH}\build\tomahawk-${VERSION}.exe"
InstallDir "$PROGRAMFILES\Tomahawk"
InstallDirRegKey HKCU "Software\Tomahawk" ""
InstType Standard