Skip to content

Commit 91a20fa

Browse files
committed
Set File permissions
1 parent 40b9f81 commit 91a20fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/inet/gradle/setup/dmg/OSXApplicationBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ void buildApplication( DesktopStarter application ) throws Exception {
101101
File destinationFile = new File( buildDir, executableName );
102102
Files.move( executableFile.toPath(), destinationFile.toPath(), StandardCopyOption.REPLACE_EXISTING );
103103

104+
setApplicationFilePermissions( destinationFile );
105+
104106
if( task.getCodeSign() != null ) {
105107
task.getCodeSign().signApplication( destinationFile );
106108
}

0 commit comments

Comments
 (0)