We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ca541 commit 8cfb0e8Copy full SHA for 8cfb0e8
1 file changed
win_installer/create_installer.nsi
@@ -17,6 +17,7 @@
17
!define JARNAME "KontalkDesktopApp.jar"
18
!define WEBSITE "kontalk.org"
19
!define ICON "kontalk.ico"
20
+!define INP_DIR "..\dist"
21
22
;Java
23
!define JRE_VERSION "1.8"
@@ -156,8 +157,8 @@ Section foo SID
156
157
SetOutPath $INSTDIR
158
159
; files
-File ${JARNAME}
160
-File /r lib
+File ${INP_DIR}\${JARNAME}
161
+File /r ${INP_DIR}\lib
162
File ${ICON}
163
164
; shortcuts for all user
0 commit comments