2021-03-07 21:54:03 +01:00
|
|
|
; For license of this file, see <project-root-folder>/LICENSE.md.
|
2021-01-06 10:28:08 +01:00
|
|
|
|
|
|
|
!define VERSION "@APP_VERSION@"
|
|
|
|
!define APP_VERSION "@APP_VERSION@"
|
|
|
|
!define APP_NAME "@APP_NAME@"
|
|
|
|
!define EXE_NAME "@EXE_NAME@"
|
2021-01-20 19:48:22 +01:00
|
|
|
;!define README_FILE "README"
|
2021-01-06 10:28:08 +01:00
|
|
|
!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"
|