mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-10 15:22:30 +01:00
12 lines
543 B
Plaintext
12 lines
543 B
Plaintext
; For license of this file, see <project-root-folder>/LICENSE.md.
|
|
|
|
!define VERSION "@CMAKE_PROJECT_VERSION@"
|
|
!define APP_VERSION "@CMAKE_PROJECT_VERSION@"
|
|
!define APP_NAME "@APP_NAME@"
|
|
!define EXE_NAME "@CMAKE_PROJECT_NAME@.exe"
|
|
!define LICENSE_FILE "@CMAKE_SOURCE_DIR@\resources\text\COPYING_GNU_GPL"
|
|
!define MUI_ICON "@CMAKE_SOURCE_DIR@\resources\graphics\@CMAKE_PROJECT_NAME@.ico"
|
|
!define MUI_UNICON "@CMAKE_SOURCE_DIR@\resources\graphics\@CMAKE_PROJECT_NAME@.ico"
|
|
!define PATCH "0"
|
|
!define BINARY_TREE "@CMAKE_BINARY_DIR@\app"
|