Hey, quick question. When building a jar with boot, is there a way to change the file properties of the jar within boot?
@marius.enerly which properties?
I think i meant permissions. 🤦 sorry about that. Basically the default file permissions that are given when creating a jar with boot is -rw-------
, i need to have that everyone has read access to the jar. so -rw-r--r--
I know i can do chmod a+r blabla.jar
, but i was just wondering since in Lein the default is -rw-r--r--
At the moment I don’t believe so, would be a simple task to implement