mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-03 19:59:43 +01:00
12 lines
496 B
Plaintext
Executable File
12 lines
496 B
Plaintext
Executable File
; For license of this file, see <project-root-folder>/LICENSE.md.
|
|
|
|
!define VERSION "@APP_VERSION@"
|
|
!define APP_VERSION "@APP_VERSION@"
|
|
!define APP_NAME "@APP_NAME@"
|
|
!define EXE_NAME "@EXE_NAME@"
|
|
;!define README_FILE "README"
|
|
!define LICENSE_FILE "@PWD@\..\..\resources\text\COPYING_GNU_GPL"
|
|
!define MUI_ICON "@PWD@\..\..\resources\graphics\@APP_LOW_NAME@.ico"
|
|
!define MUI_UNICON "@PWD@\..\..\resources\graphics\@APP_LOW_NAME@.ico"
|
|
!define PATCH "0"
|
|
!define BINARY_TREE "@OUT_PWD@\app" |