mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 21:25:52 +02:00
Removed revision.txt. No warranty, I'm drnuk
This commit is contained in:
@@ -35,12 +35,8 @@
|
|||||||
!define NSI_PATH "${SOURCE_PATH}/admin/win/nsi"
|
!define NSI_PATH "${SOURCE_PATH}/admin/win/nsi"
|
||||||
|
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
; Increment installer revision number as part of this script.
|
; Installer version
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
!define /file REVISION_LAST ${NSI_PATH}/revision.txt
|
|
||||||
!define /math REVISION ${REVISION_LAST} + 1
|
|
||||||
!delfile revision.txt
|
|
||||||
!appendfile revision.txt ${REVISION}
|
|
||||||
|
|
||||||
!define VER_MAJOR "@CPACK_PACKAGE_VERSION_MAJOR@"
|
!define VER_MAJOR "@CPACK_PACKAGE_VERSION_MAJOR@"
|
||||||
!define VER_MINOR "@CPACK_PACKAGE_VERSION_MINOR@"
|
!define VER_MINOR "@CPACK_PACKAGE_VERSION_MINOR@"
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
122
|
|
Reference in New Issue
Block a user