Hi, quick question.
What do i have to do to include a .nsh file, like FileFunc.nsh that is not already included with PA when compiling a launcher?
I know the Custom.nsh file is supposed to go into the Launcher folder next to the ini but where do the include files go?
;------------------------
;DEFAULT NSIS CONFIG FILE
;------------------------
;This header file will be included when compiling any NSIS installer,
;you can use it to add script code to every installer you compile.
;This file is treated as if it is in the directory of your script.
;When using relative paths, the files have to be in your build directory.