File: NSIS.definitions.nsh.in

package info (click to toggle)
rssguard 4.0.4%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 50,020 kB
  • sloc: cpp: 38,456; python: 418; sh: 289; xml: 142; sql: 90; javascript: 79; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
; 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 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"