mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
cleanup
This commit is contained in:
parent
dd64c18c21
commit
72adbe44a7
1 changed files with 0 additions and 2 deletions
|
@ -296,8 +296,6 @@ tasks.jlink.finalizedBy "addUserWritePermission"
|
|||
task addUserWritePermission(type: Exec) {
|
||||
if(os.windows) {
|
||||
commandLine 'icacls', "$buildDir\\image\\legal", '/grant', 'Users:(OI)(CI)F', '/T'
|
||||
commandLine 'icacls', "$buildDir\\image\\legal\\*"
|
||||
commandLine 'icacls', "$buildDir\\image\\legal\\java.base\\*"
|
||||
} else {
|
||||
commandLine 'chmod', '-R', 'u+w', "$buildDir/image/legal"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue