Jacob Ras
04/29/2025, 1:19 PMdockName
that can be set, but what about Windows and Linux?Alexander Maryanovsky
04/29/2025, 1:58 PMcompose.desktop {
application {
nativeDistributions {
packageName = appName
...
}
...
}
should do it, no?Jacob Ras
04/29/2025, 1:59 PM<http://com.example.app|com.example.app>
. Thanks!Jacob Ras
05/06/2025, 10:29 AMProgram Files/Notes
is too risky. I'd rather set a separate name there, but that's only possible on Mac OS with that dockName
☹️ I guess I should create a feature request for thisAlexander Maryanovsky
05/06/2025, 10:39 AM-Xdock:name
is a JVM feature. If there’s no such feature for Windows/Linux, I don’t think we’ll be able to do it.Jacob Ras
05/06/2025, 10:42 AMpackageName
were to split into packageName & appName
the first one should be only used for the install location, the second for the shortcut name. The window title itself I can set in code.Alexander Maryanovsky
05/06/2025, 10:44 AMjpackage
to create the installers. We can only do what it can do.Alexander Maryanovsky
05/06/2025, 10:44 AM--win-menu-group
, maybe that can helpJacob Ras
05/06/2025, 10:45 AM--install-dir
. That seems to be what I'm looking for: "[..] or relative sub-path of the installation directory such as "Program Files" or "AppData" (on Windows)"Alexander Maryanovsky
05/06/2025, 10:56 AMcreateReleaseDistributable
and then use jpackage
yourself on that.Alexander Maryanovsky
05/06/2025, 10:57 AM