What is the proper method to add one (or more) libraries, when they are not merged, for distribution using the packager?
For example, if during the release build, the compiler displays that the following libraries should be distributed in the libs folder:
Archiver.jar, B4JDragToMe.jar
Is it the #PackagerProperty: which is used, such as:
#PackagerProperty: IncludedModules = Archiver.jar
#PackagerProperty: IncludedModules = B4JDragToMe.jar
Or does one simply copy these files to the \temp\build\lib\ folder after the packager is done, before running the Inno Script?
For example, if during the release build, the compiler displays that the following libraries should be distributed in the libs folder:
Archiver.jar, B4JDragToMe.jar
Is it the #PackagerProperty: which is used, such as:
#PackagerProperty: IncludedModules = Archiver.jar
#PackagerProperty: IncludedModules = B4JDragToMe.jar
Or does one simply copy these files to the \temp\build\lib\ folder after the packager is done, before running the Inno Script?