mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
set executable rights
This commit is contained in:
parent
dfa09eb972
commit
53a8820a1f
@ -82,6 +82,9 @@ public class SpiderMonkey {
|
||||
|
||||
Files.copy( zip, file.toPath(), StandardCopyOption.REPLACE_EXISTING );
|
||||
file.setLastModified( entry.getTime() );
|
||||
if( "js".equals( file.getName() ) ) {
|
||||
file.setExecutable( true );
|
||||
}
|
||||
} while( true );
|
||||
target.setLastModified( lastModfied );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user