When I build my NetBeans platform application ("Bundle as ZIP") it generates a 
.conf file with this entry:

default_userdir="${HOME}/${APPNAME}/2.1"

I would prefer to use the following instead:

default_userdir="${HOME}/.config/${APPNAME}/2.1"

especially on Linux, this is a much better choice.

Is there a way to configure this, or do I need to overwrite the 
"build-launchers" target and fiddle with the generated file directly?

I am using NetBeans 24, Java 17

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to