how can i disable that users have to accept the li...
# compose-desktop
z
how can i disable that users have to accept the license when installing my app from a package like .dmg and such?
a
Just don’t do the thing you did to make them accept it.
There’s no such thing by default…
z
i didnt to that at all. it just happens from what compose dekstop creates
a
It doesn’t happen in my app. What does the
compose.desktop
section in your gradle look like?
i suppose it could be this line? i cant find much info what it does exactly. i want the GPLv3 license to be included but not that the user has to click something on install
a
I don’t know if jpackage supports that. But what do you mean “included”?
z
not totally sure. what does that line actually do?
it says: •
licenseFile
— application's license (default value: none).
so i set it. maybe it does something more
a
Apparently, it does the effect you’re seeing now (having the user agree to the license)