Fork me on GitHub
#boot
<
2019-04-05
>
mariuene14:04:46

Hey, quick question. When building a jar with boot, is there a way to change the file properties of the jar within boot?

mariuene15:04:46

I think i meant permissions. facepalm 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--

flyboarder17:04:32

At the moment I don’t believe so, would be a simple task to implement