DesktopDeployR
DesktopDeployR copied to clipboard
How to change application name?
I saw here that one should change both the appname variable in config.cfg and the name of the *.bat file ("appname.bat" by default).
However, doing so lead me to this issue: https://github.com/wleepang/DesktopDeployR/issues/36
Resetting appname to its default value ("appname") fix this.
What am I forgetting to edit here please?
I just saw that setting "use_userprofile": true, in config.cfg fixed the issue I had, therefore I deduced that the issue is probably a path access induced by the error log.
Can someone could please explain how to keep "use_userprofile" to false without having this issue?