mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
Update output location of .exe to be in build/ and update version number
This commit is contained in:
@@ -1 +1 @@
|
|||||||
108
|
122
|
@@ -38,7 +38,7 @@
|
|||||||
!ifndef VER_MAJOR && VER_MINOR && VER_BUILD
|
!ifndef VER_MAJOR && VER_MINOR && VER_BUILD
|
||||||
!define VER_MAJOR "0"
|
!define VER_MAJOR "0"
|
||||||
!define VER_MINOR "2"
|
!define VER_MINOR "2"
|
||||||
!define VER_BUILD "0alpha1"
|
!define VER_BUILD "0prealpha"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!define VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}"
|
!define VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}"
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
Name "Tomahawk"
|
Name "Tomahawk"
|
||||||
Caption "Tomahawk Installer"
|
Caption "Tomahawk Installer"
|
||||||
BrandingText "Tomahawk ${VERSION} -- ${BUILD_TIME}"
|
BrandingText "Tomahawk ${VERSION} -- ${BUILD_TIME}"
|
||||||
OutFile "tomahawk-${VERSION}.exe"
|
OutFile "${ROOT_PATH}\build\tomahawk-${VERSION}.exe"
|
||||||
InstallDir "$PROGRAMFILES\Tomahawk"
|
InstallDir "$PROGRAMFILES\Tomahawk"
|
||||||
InstallDirRegKey HKCU "Software\Tomahawk" ""
|
InstallDirRegKey HKCU "Software\Tomahawk" ""
|
||||||
InstType Standard
|
InstType Standard
|
||||||
|
Reference in New Issue
Block a user