Sorry to ask a bone question, Im building a test application where we are deploying a control application, which can start and stop various components. We want to package these components in resources/common and be able to deploy them to the installdir/app/resources any tips if we can do this via the Gradle script?
r
rcd27
12/16/2021, 6:14 AM
I'm not sure about case when you do MSI distributable. But did this for preparing
Im using the above to create the msi, and it is wrapping the resources dir into the packaged .jar file. Unfortunately I want it to package as part of the msi and to push it into the app/resources dir
r
rcd27
12/16/2021, 8:14 AM
I need this for MSI as well, if you find any solution, please share.
s
simon ballantyne
12/16/2021, 8:31 AM
@Alexander Kurasov[JB] is there anyone who may be able to provide a pointer on this?>