Hi guys, I’m trying to make the executable (*.exe)...
# compose-desktop
j
Hi guys, I’m trying to make the executable (*.exe) contained in the MSI installer already have admin privileges. The latter works perfectly through gradle when the “CreateDistributable” task is executed, but I realize that this image is not the one used by the “PackageMsi” task. Instead the “PackageMsi” task generates an image in a path like : C:\foo\Temp\jdk.jpackage123456... How can I get that path through gradle? to see the whole process you must set verbose=true of the task “AbstractJPackageTask”
b
Probably not the answer you're looking for, but CfD uses JVM's jlink and jpackage tools, so your best bet would be to google around that