Skip to content

Commit 8934c1f

Browse files
committed
Specify installer parameters in nsh to build README.txt
1 parent 3274e2a commit 8934c1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demonstration/installer-config/config.nsh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
!define APP_MIN_VERSION "68.2.0"
1818
!define APP_MAX_VERSION "68.99"
1919
!define APP_INSTALL_MODE "QUIET"
20-
!define APP_IS_64BIT "false"
20+
!define APP_IS_64BIT "true"
21+
!define APP_IS_ESR "true"
2122

2223
;===================================================================

0 commit comments

Comments
 (0)