KJS: use korlinc-js runner written in js to make possible to run it on any OS
Restore executable attributes on kotlinc* bash scripts after copying them.
This commit is contained in:
@@ -117,6 +117,13 @@
|
||||
<copy todir="${package_deploy_dir}" failonerror="true" >
|
||||
<fileset dir="${output}/kotlinc" />
|
||||
</copy>
|
||||
<chmod perm="ugo+rx">
|
||||
<fileset dir="${package_deploy_dir}/bin/">
|
||||
<include name="kotlinc"/>
|
||||
<include name="kotlinc-js"/>
|
||||
<include name="kotlinc-jvm"/>
|
||||
</fileset>
|
||||
</chmod>
|
||||
</publish-to-npm>
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user